amd64 image binding

This commit is contained in:
Stephan D
2026-03-10 19:49:29 +01:00
parent 3862fa4e52
commit bbdbd9a197
34 changed files with 136 additions and 0 deletions

View File

@@ -5,6 +5,9 @@ matrix:
PAYMENTS_METHODS_MONGO_SECRET_PATH: sendico/db
PAYMENTS_METHODS_ENV: prod
labels:
platform: linux/amd64
when:
- event: push
branch: main
@@ -83,6 +86,7 @@ steps:
image: gcr.io/kaniko-project/executor:debug
depends_on: [ backend-lint, backend-tests, secrets ]
commands:
- '[ "$(uname -m)" = "x86_64" ] || { echo "image build requires an amd64 runner"; exit 1; }'
- sh ci/scripts/payments_methods/build-image.sh
- name: deploy