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

Cross build docker images to ARM64 platform #44

Open
rjhancock opened this issue Aug 17, 2022 · 2 comments
Open

Cross build docker images to ARM64 platform #44

rjhancock opened this issue Aug 17, 2022 · 2 comments
Assignees

Comments

@rjhancock
Copy link

To allow for deployment and testing on M Series Apple devices as well as ARM64 Linux servers, cross build the ICE docker images with support for the ARM64 architecture.

OpenJDK already supports it so building should be a simple change to the build scripts to support cross platform building.

@darylbc
Copy link
Member

darylbc commented Aug 19, 2022

Thanks for the suggestion. Makes sense. We'll look into adding this to the distribution.

@darylbc darylbc self-assigned this Aug 19, 2022
@rjhancock
Copy link
Author

To simplify this as I do this with another project, change the first part of the docker build line to be docker buildx build --platform=linux/amd64,linux/arm64 with whatever platforms that JDK supports and it should build accordingly.

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