findepi / graalvm-docker

Apache License 2.0
28 stars 9 forks source link

ARM64 #6

Open averyanalex opened 3 years ago

averyanalex commented 3 years ago

Please, add arm64 image. Buildx can help.

findepi commented 3 years ago

Good idea. Do you feel like taking a stab at it?

nightscape commented 3 years ago

Afaik, there's not yet a ARM64 compatible GraalVM, right?

averyanalex commented 3 years ago

Maybe I can try to help with it, but don't know how to use "if" in RUN. Need to compare TARGETPLATFORM (like that name) with linux/amd64 and linux/arm64, then download GraalVM. ARM64 builds named "aarch64"