Skip to content

Commit 8434876

Browse files
arch stuff
1 parent 47d6130 commit 8434876

1 file changed

Lines changed: 6 additions & 1 deletion

File tree

ci/input_files/build.yaml.tpl

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,12 @@ lint python:
7474

7575
unit-test ({{ $runtime.name }}-{{ $runtime.arch }}):
7676
stage: test
77-
tags: ["arch:amd64"]
77+
tags:
78+
{{ if eq $runtime.arch "arm64" }}
79+
- "arch:arm64"
80+
{{ else }}
81+
- "arch:amd64"
82+
{{ end }}
7883
image: registry.ddbuild.io/images/mirror/python:{{ $runtime.image }}
7984
cache: &{{ $runtime.name }}-{{ $runtime.arch }}-cache
8085
before_script:

0 commit comments

Comments
 (0)