We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 47d6130 commit 8434876Copy full SHA for 8434876
1 file changed
ci/input_files/build.yaml.tpl
@@ -74,7 +74,12 @@ lint python:
74
75
unit-test ({{ $runtime.name }}-{{ $runtime.arch }}):
76
stage: test
77
- tags: ["arch:amd64"]
+ tags:
78
+ {{ if eq $runtime.arch "arm64" }}
79
+ - "arch:arm64"
80
+ {{ else }}
81
+ - "arch:amd64"
82
+ {{ end }}
83
image: registry.ddbuild.io/images/mirror/python:{{ $runtime.image }}
84
cache: &{{ $runtime.name }}-{{ $runtime.arch }}-cache
85
before_script:
0 commit comments