Skip to content

Commit bd0d307

Browse files
committed
chore(base-images): add ppc64le and s390x architectures to odh-base-image-cpu-py312-c9s
1 parent 58d354a commit bd0d307

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

.tekton/odh-base-image-cpu-py312-c9s-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/x86_64
4040
- linux/arm64
41+
- linux/ppc64le
42+
- linux/s390x
4143
pipelineRef:
4244
name: multiarch-pull-request-pipeline
4345
taskRunTemplate:

.tekton/odh-base-image-cpu-py312-c9s-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/x86_64
3838
- linux/arm64
39+
- linux/ppc64le
40+
- linux/s390x
3941
pipelineRef:
4042
name: multiarch-push-pipeline
4143
taskRunTemplate:

0 commit comments

Comments
 (0)