Rebecca Valente e2e0c0a62d
Some checks failed
build-and-upload-docker / build-and-upload (push) Failing after 16s
devops: update kubernetes and helm versions in dockerfile and fix build.sh platform specification.
2025-07-11 01:09:36 -03:00

19 lines
354 B
Bash
Executable File

#!/usr/bin/env bash
docker buildx build \
--progress=plain \
--tag rbvtopudding/devops:latest \
--push \
# --platform linux/arm64/v8,linux/amd64 \
--platform linux/amd64 \
.
docker buildx build \
--progress=plain \
--tag rbvtopudding/devops:1.0.0 \
--push \
# --platform linux/arm64/v8,linux/amd64 \
--platform linux/amd64 \
.