Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add support for ppc64le and s390x architectures #745

Open
prb112 opened this issue May 22, 2024 · 0 comments · May be fixed by #746
Open

Add support for ppc64le and s390x architectures #745

prb112 opened this issue May 22, 2024 · 0 comments · May be fixed by #746

Comments

@prb112
Copy link

prb112 commented May 22, 2024

What would you like to be added

Kubernetes supports multiple architectures - amd64 arm arm64 ppc64le s390x. In order to use scheduler plugins on ppc64le or s390x, I'd like to build the scheduler-plugins container image with support for s390x and ppc64le in the sig.

This would be in addition to the already provided x86_64,arm64 container image.
This request is similar to #113

I suspect only the makefile needs updating:

Makefile:15:ARCHS = amd64 arm64
Makefile:46:.PHONY: build.arm64v8
Makefile:57:.PHONY: build-controller.arm64v8
Makefile:69:.PHONY: build-scheduler.arm64v8
Makefile:88:.PHONY: release-image.arm64v8
prb112 added a commit to prb112/k8s-scheduler-plugins that referenced this issue May 22, 2024
Signed-off-by: Paul Bastide <pbastide@us.ibm.com>
prb112 added a commit to prb112/k8s-scheduler-plugins that referenced this issue May 28, 2024
Signed-off-by: Paul Bastide <pbastide@us.ibm.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant