Compare commits

..

2 Commits

Author SHA1 Message Date
868a80f527 Merge branch 'release-0.1' 2022-11-15 18:47:31 +01:00
111d316802 Add missing \ 2022-11-15 18:47:21 +01:00

2
build/docker-multiarch.sh Normal file → Executable file
View File

@ -5,5 +5,5 @@ EXTRA_ARGS="$@"
docker buildx build \
--platform $PLATFORM \
--tag $TAG \
$EXTRA_ARGS
$EXTRA_ARGS \
.