Skip to content

Commit d33e059

Browse files
committed
change arch to amd64
1 parent 6db4dde commit d33e059

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.gitlab/templates/pipeline.yaml.tpl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -231,7 +231,7 @@ publish layer [self-monitoring] ({{ $flavor.name }}):
231231
{{ end }} # end flavors
232232

233233
{{ range $f := (ds "flavors").flavors }}
234-
{{ if and $f.needs_layer_publish (eq $f.arch "arm64") }}
234+
{{ if and $f.needs_layer_publish (eq $f.arch "amd64") }}
235235
{{- $dotenvE2E := printf "%s_sandbox_e2e.env" $f.suffix }}
236236
{{ with $environment := (ds "environments").environments.sandbox }}
237237

0 commit comments

Comments
 (0)