tekton: Fix duplicate s390x, use ppc64le

This was a copy-paste failure; we were intending to build ppc64le
here.
This commit is contained in:
Colin Walters 2023-12-05 14:09:45 -05:00
parent 44d7d8b8a1
commit 7f1b496209
1 changed files with 1 additions and 1 deletions

View File

@ -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: