Skip to content

Commit b099f1c

Browse files
committed
Replace multi-arch builds with s390x-only to fix build issues
1 parent 71af133 commit b099f1c

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

config/jobs/kubernetes-sigs/kueue/kueue-periodic-s390x-ppc64le-main.yaml renamed to config/jobs/kubernetes-sigs/kueue/kueue-periodic-s390x-main.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ periodics:
3434
args:
3535
- make
3636
- image-build
37-
- PLATFORMS=linux/s390x,linux/ppc64le
37+
- PLATFORMS=linux/s390x
3838
# docker-in-docker needs privileged mode
3939
securityContext:
4040
privileged: true
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ periodics:
3434
args:
3535
- make
3636
- image-build
37-
- PLATFORMS=linux/s390x,linux/ppc64le
37+
- PLATFORMS=linux/s390x
3838
# docker-in-docker needs privileged mode
3939
securityContext:
4040
privileged: true
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ periodics:
3434
args:
3535
- make
3636
- image-build
37-
- PLATFORMS=linux/s390x,linux/ppc64le
37+
- PLATFORMS=linux/s390x
3838
# docker-in-docker needs privileged mode
3939
securityContext:
4040
privileged: true

0 commit comments

Comments
 (0)