Merge branch 'release-0.1' into dev

This commit is contained in:
Ruakij 2022-11-15 18:47:43 +01:00
commit 5860e53690

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