diff --git a/build-production.sh b/build-production.sh index 3fe4b68..d3b121c 100755 --- a/build-production.sh +++ b/build-production.sh @@ -7,4 +7,4 @@ echo $VERSION_NUMBER echo "Dockerizing" docker build -t troop20-web:$VERSION_NUMBER -f Dockerfile . docker tag troop20-web:$VERSION_NUMBER terralilly85/troop20-web:$VERSION_NUMBER -docker buildx build --platform linux/amd64,linux/arm64 --push -t terralilly85/troop20-web:$VERSION_NUMBER . \ No newline at end of file +docker buildx build --platform linux/arm64 --push -t terralilly85/troop20-web:$VERSION_NUMBER . \ No newline at end of file