We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6db4dde commit d33e059Copy full SHA for d33e059
1 file changed
.gitlab/templates/pipeline.yaml.tpl
@@ -231,7 +231,7 @@ publish layer [self-monitoring] ({{ $flavor.name }}):
231
{{ end }} # end flavors
232
233
{{ range $f := (ds "flavors").flavors }}
234
-{{ if and $f.needs_layer_publish (eq $f.arch "arm64") }}
+{{ if and $f.needs_layer_publish (eq $f.arch "amd64") }}
235
{{- $dotenvE2E := printf "%s_sandbox_e2e.env" $f.suffix }}
236
{{ with $environment := (ds "environments").environments.sandbox }}
237
0 commit comments