From 532214c1c9bd46feeec1eae9337e223f8d38df09 Mon Sep 17 00:00:00 2001 From: yms Date: Fri, 25 Oct 2024 11:28:50 +0800 Subject: [PATCH] 1 --- builder.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/builder.sh b/builder.sh index 0777818..bad233a 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 -- GitLab