File tree Expand file tree Collapse file tree 1 file changed +6
-0
lines changed Expand file tree Collapse file tree 1 file changed +6
-0
lines changed Original file line number Diff line number Diff line change @@ -340,6 +340,8 @@ spec:
340340 value : $(tasks.prefetch-dependencies.results.CACHI2_ARTIFACT)
341341 - name : PLATFORM
342342 value : linux/s390x
343+ - name : BUILDAH_FORMAT
344+ value : $(params.buildah-format)
343345 - name : LABELS
344346 value : ["$(params.extra-labels[*])"]
345347 - name : BUILD_TIMESTAMP
@@ -384,6 +386,8 @@ spec:
384386 value : $(tasks.prefetch-dependencies.results.CACHI2_ARTIFACT)
385387 - name : PLATFORM
386388 value : linux/ppc64le
389+ - name : BUILDAH_FORMAT
390+ value : $(params.buildah-format)
387391 - name : LABELS
388392 value : ["$(params.extra-labels[*])"]
389393 - name : BUILD_TIMESTAMP
@@ -428,6 +432,8 @@ spec:
428432 value : $(tasks.prefetch-dependencies.results.CACHI2_ARTIFACT)
429433 - name : PLATFORM
430434 value : linux/arm64
435+ - name : BUILDAH_FORMAT
436+ value : $(params.buildah-format)
431437 - name : LABELS
432438 value : ["$(params.extra-labels[*])"]
433439 - name : BUILD_TIMESTAMP
You can’t perform that action at this time.
0 commit comments