Skip to content

Commit

Permalink
tekton: Fix duplicate s390x, use ppc64le
Browse files Browse the repository at this point in the history
This was a copy-paste failure; we were intending to build ppc64le
here.
  • Loading branch information
cgwalters committed Dec 5, 2023
1 parent 44d7d8b commit 7f1b496
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .tekton/ostree-build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 7f1b496

Please sign in to comment.