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

Multi-arch support? #78

Closed
k-wall opened this issue Jul 11, 2023 · 3 comments
Closed

Multi-arch support? #78

k-wall opened this issue Jul 11, 2023 · 3 comments

Comments

@k-wall
Copy link
Collaborator

k-wall commented Jul 11, 2023

Would it be possible to adapt the build to produce kafka and zookeeper native images for other architectures (s390x, ppc64le etc) in addition to the amd64.

quarkusio/quarkus#23281 (comment) gives me hope that support is in place.

I was also wondering if cross-compilation is possible is Quarkus/GraalVM? oracle/graal#407 makes me think 'no'.

Question came up from this https://github.com/orgs/strimzi/discussions/8801

@ozangunalp
Copy link
Owner

Providing multi-arch images with amd64+aarch64 is on my to-do list.
GraalVM has arm64 support and normally Qemu emulation for that arch works well on Github CI.
But I don't think adding s390x or ppc64le is feasible any time soon.

@k-wall
Copy link
Collaborator Author

k-wall commented Jul 13, 2023

Thanks for the rely.

Just trying to understand a little about s390x and ppc64le. With s390 is oracle/graal#2980 (comment) still correct? What the issue with ppc64le?

@ozangunalp
Copy link
Owner

As far as I understand everything related to s390 in oracle/graal#2980 (comment) also applies for ppc64le. I was able to find this: https://wiki.openjdk.org/pages/viewpage.action?pageId=13041681

@k-wall k-wall closed this as completed Jul 13, 2023
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

No branches or pull requests

2 participants