Skip to content

Commit 62ba02f

Browse files
dfarrell07tpantelis
authored andcommitted
Enable all 4 architectures in Tekton pipelines
Add linux/ppc64le to build-platforms in nettest pipelines for both pull-request and push workflows. Signed-off-by: Daniel Farrell <dfarrell@redhat.com>
1 parent 0292c6a commit 62ba02f

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

.tekton/nettest-0-22-pull-request.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,7 @@ spec:
3232
- linux/x86_64
3333
- linux/arm64
3434
- linux/s390x
35+
- linux/ppc64le
3536
- name: dockerfile
3637
value: package/Dockerfile.nettest.konflux
3738
- name: prefetch-input

.tekton/nettest-0-22-push.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,7 @@ spec:
2929
- linux/x86_64
3030
- linux/arm64
3131
- linux/s390x
32+
- linux/ppc64le
3233
- name: dockerfile
3334
value: package/Dockerfile.nettest.konflux
3435
- name: prefetch-input

0 commit comments

Comments
 (0)