mirror of
https://github.com/ghostty-org/ghostty.git
synced 2025-08-02 14:57:31 +03:00
gtk: fix multiple build args in docker build
This commit is contained in:
4
.github/workflows/test.yml
vendored
4
.github/workflows/test.yml
vendored
@ -647,4 +647,6 @@ jobs:
|
|||||||
with:
|
with:
|
||||||
context: .
|
context: .
|
||||||
file: src/build/docker/debian/Dockerfile
|
file: src/build/docker/debian/Dockerfile
|
||||||
build-args: DISTRO_VERSION=12,ZIG_VERSION=0.13.0
|
build-args: |
|
||||||
|
DISTRO_VERSION=12
|
||||||
|
ZIG_VERSION=0.13.0
|
||||||
|
Reference in New Issue
Block a user