container icon indicating copy to clipboard operation
container copied to clipboard

GraalVM CE docker image should support M1

Open FieryCod opened this issue 4 years ago • 1 comments

Currently ghcr.io/graalvm/graalvm-ce:ol8-java8-21.1.0 outputs a warning that the underlying architecture is not aarch64. Although native-image works it's very slow on M1. I don't yet know how M1 could officially be supported. For now I will leave this issue for further consideration.

FieryCod avatar Jul 13 '21 15:07 FieryCod

Can you run docker image inspect ghcr.io/graalvm/graalvm-ce:ol8-java8-21.1.0 | grep Arch

Because from looking at this: https://github.com/graalvm/container/pkgs/container/graalvm-ce/2598796?tag=ol8-java11-21.1.0 it looks like there is an image for arm64 architecture as well

StefanLobbenmeier avatar Nov 03 '21 14:11 StefanLobbenmeier

There is no support for aarch64 for JDK8, you can use jdk11+ variants, they are all multi arch and support aarch64 too.

ezzarghili avatar Oct 19 '22 15:10 ezzarghili