Fix typo on echo-logging

pull/85/merge
Stefan Tzeggai 2024-09-11 16:43:59 +02:00 committed by Jody Garnett
parent 14140d5fd0
commit 1f2a5e9ce9
1 changed files with 1 additions and 1 deletions

View File

@ -85,7 +85,7 @@ if [[ $1 == *build* ]]; then
-t $TAG .
fi
else
echo "docker build ---platform linux/amd64,linux/arm64 -build-arg GS_VERSION=$VERSION --build-arg GS_BUILD=$BUILD -t $TAG ."
echo "docker build --platform linux/amd64,linux/arm64 --build-arg GS_VERSION=$VERSION --build-arg GS_BUILD=$BUILD -t $TAG ."
docker build \
--platform linux/amd64,linux/arm64 \
--build-arg GS_VERSION=$VERSION \