Merge branch 'release-0.1'

This commit is contained in:
Ruakij 2022-11-15 18:47:31 +01:00
commit 868a80f527

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 \
.