Compare commits

..

No commits in common. "868a80f52716975bd39fa45c358d2c04d49590f4" and "07d282555cc54a3b52d71b8bfe83b8aeccf03e8a" have entirely different histories.

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

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