gtk: fix multiple build args in docker build
parent
fb35d10981
commit
b0d68324a6
|
|
@ -647,4 +647,6 @@ jobs:
|
|||
with:
|
||||
context: .
|
||||
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
|
||||
|
|
|
|||
Loading…
Reference in New Issue