Skip to content

Commit cd92b95

Browse files
andrewschoenbigjust
authored andcommitted
konflux: add arm64, s390x and ppc64le archs
Signed-off-by: Andrew Schoen <[email protected]>
1 parent cdc78f6 commit cd92b95

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

.tekton/keepalived-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/keepalived-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)