From f355527b50a11dc805bf5e41e36e73a32dfca9a5 Mon Sep 17 00:00:00 2001 From: Rebecca Valente Date: Fri, 11 Jul 2025 01:14:49 -0300 Subject: [PATCH] devops: remove multiple platform builds from build.sh --- build.sh | 4 ---- 1 file changed, 4 deletions(-) diff --git a/build.sh b/build.sh index 006648c..7ae07ae 100755 --- a/build.sh +++ b/build.sh @@ -4,8 +4,6 @@ docker buildx build \ --progress=plain \ --tag rbvtopudding/devops:latest \ --push \ - # --platform linux/arm64/v8,linux/amd64 \ - # --platform linux/amd64 \ . @@ -13,6 +11,4 @@ docker buildx build \ --progress=plain \ --tag rbvtopudding/devops:1.0.0 \ --push \ - # --platform linux/arm64/v8,linux/amd64 \ - # --platform linux/amd64 \ .