Skip to content

Commit 3722a61

Browse files
andrewschoenbigjust
authored andcommitted
konflux: add all build platforms
Signed-off-by: Andrew Schoen <[email protected]>
1 parent df46cad commit 3722a61

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

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

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,9 @@ spec:
3030
- name: build-platforms
3131
value:
3232
- linux/x86_64
33+
- linux/arm64
34+
- linux/s390x
35+
- linux/ppc64le
3336
- name: dockerfile
3437
value: Dockerfile
3538
- name: path-context

.tekton/snmp-notifier-push.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,9 @@ spec:
2727
- name: build-platforms
2828
value:
2929
- linux/x86_64
30+
- linux/arm64
31+
- linux/s390x
32+
- linux/ppc64le
3033
- name: dockerfile
3134
value: Dockerfile
3235
- name: path-context

0 commit comments

Comments
 (0)