fix: build para amd/x86
Some checks failed
PR Validation for Release / Validate Pull Request (pull_request) Failing after 13s
PR Validation for Release / Ready for Merge (pull_request) Has been skipped

This commit is contained in:
Ricardo Carneiro 2025-07-25 19:42:45 -03:00
parent ceec4a2ef2
commit c25eea5f03

View File

@ -73,11 +73,12 @@ jobs:
# Build apenas para teste (sem push)
docker buildx build \
--platform linux/amd64 \
--file Dockerfile.release \
--build-arg VERSION=$VERSION \
--build-arg COMMIT=$SHORT_COMMIT \
--tag $REGISTRY/$IMAGE_NAME:pr-${{ github.event.number }}-$SHORT_COMMIT \
--load \
--output type=docker \
.
- name: Security scan (opcional)