diff --git a/builder.sh b/builder.sh
index 07778182df24a587d911a67b89bad38ffa0ba459..bad233a1b4208dfb4f2a582d3ff6b5d9fccc15e4 100755
--- a/builder.sh
+++ b/builder.sh
@@ -14,5 +14,5 @@ rm -rf node_modules
 npm install
 npm run build
 # docker buildx use desktop-linux
-docker buildx build --platform linux/arm64 -t $repo:$tag . --push
+docker buildx build --platform linux/arm64,linux/amd64 -t $repo:$tag . --push