amd64 image binding
This commit is contained in:
@@ -5,6 +5,9 @@ matrix:
|
||||
FEES_MONGO_SECRET_PATH: sendico/db
|
||||
FEES_ENV: prod
|
||||
|
||||
labels:
|
||||
platform: linux/amd64
|
||||
|
||||
when:
|
||||
- event: push
|
||||
branch: main
|
||||
@@ -82,6 +85,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/billing_fees/build-image.sh
|
||||
|
||||
- name: deploy
|
||||
|
||||
Reference in New Issue
Block a user