From 16b6065b0c464656f8cba391976bbd9014840653 Mon Sep 17 00:00:00 2001 From: Tara Wilson Date: Fri, 17 Jan 2025 20:32:16 -0500 Subject: [PATCH] Updating build script --- build-production.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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