devops: remove multiple platform builds from build.sh
All checks were successful
build-and-upload-docker / build-and-upload (push) Successful in 13m56s

This commit is contained in:
Rebecca Valente 2025-07-11 01:14:49 -03:00
parent c770356465
commit f355527b50

View File

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