This commit is contained in:
2026-02-07 15:20:46 -03:00
parent af3ed05278
commit 7f79d997d2
3 changed files with 19 additions and 20 deletions

View File

@@ -10,7 +10,7 @@ depends_on:
- ci
steps:
- name: Docker image build (qr-api + qr-web, multi-arch)
- name: Docker image build (qr-api + qr-web)
image: docker:latest
environment:
DOCKER_API_VERSION: '1.43'
@@ -27,7 +27,7 @@ steps:
- /var/run/docker.sock:/var/run/docker.sock
commands:
- set -e
- echo "=== Multi-arch Docker build (amd64 + arm64) ==="
- echo "=== Docker build ==="
- 'echo "Commit SHA: ${CI_COMMIT_SHA:0:8}"'
- |
apk add --no-cache git