aboutsummaryrefslogtreecommitdiffstats
path: root/build_and_push.sh
diff options
context:
space:
mode:
Diffstat (limited to 'build_and_push.sh')
-rwxr-xr-xbuild_and_push.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/build_and_push.sh b/build_and_push.sh
index 987b791..26db74f 100755
--- a/build_and_push.sh
+++ b/build_and_push.sh
@@ -68,7 +68,7 @@ fi
echo "Building docker image"
echo
-docker buildx build --platform linux/amd64 -t $IMAGE_NAME:$NEW_VERSION .
+docker build -t $IMAGE_NAME:$NEW_VERSION .
docker tag $IMAGE_NAME:$NEW_VERSION $HUB_NAME:$NEW_VERSION