Skip to content

Commit 0ee4f44

Browse files
committed
chore(base-images): add ppc64le and s390x architectures to odh-base-image-cpu-py312-c9s
1 parent 01c24b8 commit 0ee4f44

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

.tekton/odh-base-image-cpu-py312-c9s-pull-request.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,9 @@ spec:
3838
value:
3939
- linux/x86_64
4040
- linux/arm64
41+
- linux/ppc64le
42+
# TODO(jdanek): Enable s390x once it is supported in the base image.
43+
#- linux/s390x
4144
pipelineRef:
4245
name: multiarch-pull-request-pipeline
4346
taskRunTemplate:

.tekton/odh-base-image-cpu-py312-c9s-push.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,9 @@ spec:
3636
value:
3737
- linux/x86_64
3838
- linux/arm64
39+
- linux/ppc64le
40+
# TODO(jdanek): Enable s390x once it is supported in the base image.
41+
#- linux/s390x
3942
pipelineRef:
4043
name: multiarch-push-pipeline
4144
taskRunTemplate:

0 commit comments

Comments
 (0)