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 \ .