diff --git a/.tekton/lightspeed-service-pull-request.yaml b/.tekton/lightspeed-service-pull-request.yaml index f57c508ef..bb93731eb 100644 --- a/.tekton/lightspeed-service-pull-request.yaml +++ b/.tekton/lightspeed-service-pull-request.yaml @@ -270,6 +270,8 @@ spec: value: 'true' - name: BUILDAH_FORMAT value: $(params.buildah-format) + - name: ALLOW_CROSS_PLATFORM_IMAGES + value: true runAfter: - prefetch-dependencies taskRef: @@ -277,7 +279,7 @@ spec: - name: name value: buildah-remote-oci-ta - name: bundle - value: quay.io/konflux-ci/tekton-catalog/task-buildah-remote-oci-ta:0.9@sha256:f667d1146533b1d49829c08097e31faf27db24563da576434a707353de62099f + value: quay.io/konflux-ci/tekton-catalog/task-buildah-remote-oci-ta:0.10@sha256:ae1b7a3010b37c55b7702de7a9d3ab61410f7931d1a77f15b3809395d31a9346 - name: kind value: task resolver: bundles diff --git a/.tekton/lightspeed-service-push.yaml b/.tekton/lightspeed-service-push.yaml index 9717f0b41..fe514b73b 100644 --- a/.tekton/lightspeed-service-push.yaml +++ b/.tekton/lightspeed-service-push.yaml @@ -269,6 +269,8 @@ spec: value: 'true' - name: BUILDAH_FORMAT value: $(params.buildah-format) + - name: ALLOW_CROSS_PLATFORM_IMAGES + value: true runAfter: - prefetch-dependencies taskRef: @@ -276,7 +278,7 @@ spec: - name: name value: buildah-remote-oci-ta - name: bundle - value: quay.io/konflux-ci/tekton-catalog/task-buildah-remote-oci-ta:0.9@sha256:f667d1146533b1d49829c08097e31faf27db24563da576434a707353de62099f + value: quay.io/konflux-ci/tekton-catalog/task-buildah-remote-oci-ta:0.10@sha256:ae1b7a3010b37c55b7702de7a9d3ab61410f7931d1a77f15b3809395d31a9346 - name: kind value: task resolver: bundles