Skip to content

Commit

Permalink
Merge pull request CentOS#95 from cgwalters/include-ppc
Browse files Browse the repository at this point in the history
tekton: Fix duplicate s390x, use ppc64le
  • Loading branch information
rhatdan authored Dec 6, 2023
2 parents 2115a37 + 7f1b496 commit 74ea2ec
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 74ea2ec

Please sign in to comment.