tekton: Fix duplicate s390x, use ppc64le
This was a copy-paste failure; we were intending to build ppc64le here.
This commit is contained in:
parent
44d7d8b8a1
commit
7f1b496209
1 changed files with 1 additions and 1 deletions
|
|
@ -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:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue