File tree Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -11,8 +11,8 @@ build-images:
11
11
name : gcr.io/kaniko-project/executor:debug
12
12
entrypoint : [""]
13
13
script :
14
- - executor --context $CI_PROJECT_DIR --dockerfile $CI_PROJECT_DIR/Dockerfile --destination $CI_REGISTRY_IMAGE/$CI_RUNNER_EXECUTABLE_ARCH :$CI_COMMIT_TAG-alpine
15
- - executor --context $CI_PROJECT_DIR --dockerfile $CI_PROJECT_DIR/Dockerfile --destination $CI_REGISTRY_IMAGE/$CI_RUNNER_EXECUTABLE_ARCH :$CI_COMMIT_TAG-slim-bullseye --build-arg PYTHON_FLAVOR=slim-bullseye
14
+ - executor --context $CI_PROJECT_DIR --dockerfile $CI_PROJECT_DIR/Dockerfile --destination $CI_REGISTRY_IMAGE/$OS_ARCH :$CI_COMMIT_TAG-alpine
15
+ - executor --context $CI_PROJECT_DIR --dockerfile $CI_PROJECT_DIR/Dockerfile --destination $CI_REGISTRY_IMAGE/$OS_ARCH :$CI_COMMIT_TAG-slim-bullseye --build-arg PYTHON_FLAVOR=slim-bullseye
16
16
rules :
17
17
- if : $CI_COMMIT_TAG
18
18
tags :
@@ -21,7 +21,9 @@ build-images:
21
21
matrix :
22
22
# See tags in https://docs.gitlab.com/ee/ci/runners/hosted_runners/linux.html
23
23
- RUNNER_TAG : saas-linux-medium-amd64
24
+ OS_ARCH : linux/amd64
24
25
- RUNNER_TAG : saas-linux-medium-arm64
26
+ OS_ARCH : linux/arm64
25
27
26
28
deploy-images :
27
29
stage : deploy
You can’t perform that action at this time.
EF3
0 commit comments