Skip to content

Commit 0660b9d

Browse files
andrewschoenbigjust
authored andcommitted
konflux: also build for power and Z
Signed-off-by: Andrew Schoen <[email protected]>
1 parent 1086290 commit 0660b9d

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

.tekton/snmp-notifier-5-3-pull-request.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,8 @@ spec:
3030
- name: build-platforms
3131
value:
3232
- linux/x86_64
33+
- linux/ppc64le
34+
- linux/s390x
3335
- name: dockerfile
3436
value: Dockerfile
3537
- name: path-context

.tekton/snmp-notifier-5-3-push.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,8 @@ spec:
2727
- name: build-platforms
2828
value:
2929
- linux/x86_64
30+
- linux/ppc64le
31+
- linux/s390x
3032
- name: dockerfile
3133
value: Dockerfile
3234
- name: path-context

0 commit comments

Comments
 (0)