You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
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.
The text was updated successfully, but these errors were encountered: