From 7f1b4962093b3fdd85fb55bd01187af269c1b403 Mon Sep 17 00:00:00 2001 From: Colin Walters Date: Tue, 5 Dec 2023 14:09:45 -0500 Subject: [PATCH] tekton: Fix duplicate s390x, use ppc64le This was a copy-paste failure; we were intending to build ppc64le here. --- .tekton/ostree-build.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.tekton/ostree-build.yaml b/.tekton/ostree-build.yaml index 8678ecc..01e14a2 100644 --- a/.tekton/ostree-build.yaml +++ b/.tekton/ostree-build.yaml @@ -340,7 +340,7 @@ spec: - name: COMMIT_SHA value: $(tasks.clone-repository.results.commit) - name: PLATFORM - value: linux/s390x + value: linux/ppc64le - name: BUILDER_IMAGE value: quay.io/centos-bootc/builder:latest runAfter: