Skip to content

Commit fe5fed4

Browse files
committed
tekton: build for all archs
1 parent 844286c commit fe5fed4

2 files changed

Lines changed: 6 additions & 0 deletions

File tree

.tekton/kola-targetcli-pull-request.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,9 @@ spec:
3131
value: 5d
3232
- name: build-platforms
3333
value:
34+
- linux/arm64
35+
- linux/ppc64le
36+
- linux/s390x
3437
- linux/x86_64
3538
- name: dockerfile
3639
value: ./tests/containers/targetcli/Containerfile

.tekton/kola-targetcli-push.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,9 @@ spec:
2727
value: quay.io/redhat-user-workloads/coreos-tenant/kola-targetcli:{{revision}}
2828
- name: build-platforms
2929
value:
30+
- linux/arm64
31+
- linux/ppc64le
32+
- linux/s390x
3033
- linux/x86_64
3134
- name: dockerfile
3235
value: ./tests/containers/targetcli/Containerfile

0 commit comments

Comments
 (0)