Skip to content

Commit 894c00c

Browse files
committed
Fix build matrix
1 parent b82d67e commit 894c00c

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

.tekton/multiarch-push-pipeline.yaml

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -241,7 +241,7 @@ spec:
241241
- name: PLATFORM
242242
value:
243243
- $(params.build-platforms)
244-
- name: build-container
244+
name: build-images
245245
params:
246246
- name: IMAGE
247247
value: $(params.output-image)
@@ -268,14 +268,16 @@ spec:
268268
value: $(tasks.prefetch-dependencies.results.SOURCE_ARTIFACT)
269269
- name: CACHI2_ARTIFACT
270270
value: $(tasks.prefetch-dependencies.results.CACHI2_ARTIFACT)
271+
- name: IMAGE_APPEND_PLATFORM
272+
value: "true"
271273
runAfter:
272274
- prefetch-dependencies
273275
taskRef:
274276
params:
275277
- name: name
276-
value: buildah-oci-ta
278+
value: buildah-remote-oci-ta
277279
- name: bundle
278-
value: quay.io/konflux-ci/tekton-catalog/task-buildah-oci-ta:0.4@sha256:f91db5817f403628dbd268fea69503ba910443ef8d71c86f093776f45f57adb9
280+
value: quay.io/konflux-ci/tekton-catalog/task-buildah-remote-oci-ta:0.4@sha256:fa90f4a5ac8485720999aabb00a1db4bb5da69b178acbc089870efc7eaf36721
279281
- name: kind
280282
value: task
281283
resolver: bundles

0 commit comments

Comments
 (0)