Skip to content

Commit 77b74a9

Browse files
Roshan-Rjbtrystram
authored andcommitted
feat(pipeline): enable ppc64le and s390x architectures
Now that PowerPC (ppc64le) and s390x architectures are supported in the Fedora Konflux cluster, this commit enables them across all Fedora CoreOS Tekton pipeline configurations.
1 parent 86b99b2 commit 77b74a9

17 files changed

+34
-0
lines changed

.tekton/base/base/fedora-coreos.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,8 @@ spec:
3737
value:
3838
- linux/amd64
3939
- linux/arm64
40+
- linux/s390x
41+
- linux/ppc64le
4042
pipelineRef:
4143
params:
4244
- name: bundle

.tekton/base/on-pull-request/fedora-coreos-on-pull-request.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,8 @@ spec:
3737
value:
3838
- linux/amd64
3939
- linux/arm64
40+
- linux/s390x
41+
- linux/ppc64le
4042
- name: image-expires-after
4143
value: 5d
4244
pipelineRef:

.tekton/base/on-push/fedora-coreos-on-push.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,8 @@ spec:
3636
value:
3737
- linux/amd64
3838
- linux/arm64
39+
- linux/s390x
40+
- linux/ppc64le
3941
pipelineRef:
4042
params:
4143
- name: bundle

.tekton/branched/on-pull-request/fedora-coreos-branched-on-pull-request.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,8 @@ spec:
3838
value:
3939
- linux/amd64
4040
- linux/arm64
41+
- linux/s390x
42+
- linux/ppc64le
4143
- name: image-expires-after
4244
value: 5d
4345
pipelineRef:

.tekton/branched/on-push/fedora-coreos-branched-on-push.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,8 @@ spec:
3737
value:
3838
- linux/amd64
3939
- linux/arm64
40+
- linux/s390x
41+
- linux/ppc64le
4042
pipelineRef:
4143
params:
4244
- name: bundle

.tekton/next-devel/on-pull-request/fedora-coreos-next-devel-on-pull-request.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,8 @@ spec:
3838
value:
3939
- linux/amd64
4040
- linux/arm64
41+
- linux/s390x
42+
- linux/ppc64le
4143
- name: image-expires-after
4244
value: 5d
4345
pipelineRef:

.tekton/next-devel/on-push/fedora-coreos-next-devel-on-push.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,8 @@ spec:
3737
value:
3838
- linux/amd64
3939
- linux/arm64
40+
- linux/s390x
41+
- linux/ppc64le
4042
pipelineRef:
4143
params:
4244
- name: bundle

.tekton/next/on-pull-request/fedora-coreos-next-on-pull-request.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,8 @@ spec:
3838
value:
3939
- linux/amd64
4040
- linux/arm64
41+
- linux/s390x
42+
- linux/ppc64le
4143
- name: image-expires-after
4244
value: 5d
4345
pipelineRef:

.tekton/next/on-push/fedora-coreos-next-on-push.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,8 @@ spec:
3737
value:
3838
- linux/amd64
3939
- linux/arm64
40+
- linux/s390x
41+
- linux/ppc64le
4042
pipelineRef:
4143
params:
4244
- name: bundle

.tekton/rawhide/on-pull-request/fedora-coreos-rawhide-on-pull-request.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,8 @@ spec:
3838
value:
3939
- linux/amd64
4040
- linux/arm64
41+
- linux/s390x
42+
- linux/ppc64le
4143
- name: image-expires-after
4244
value: 5d
4345
pipelineRef:

0 commit comments

Comments
 (0)