graalvm / container

GraalVM container images
Other
166 stars 37 forks source link

push ARM Graalvm image #24

Closed Aleksandr-Filichkin closed 3 years ago

Aleksandr-Filichkin commented 3 years ago

How,

Currently, for AWS Lambda and Graalvm I'm using Docker ghcr.io/graalvm/graalvm-ce:latest. But I need a arm64 based Docker image. How can I retrieve it? I don't see such tag

abdelhaira commented 3 years ago

the latest tag is a multi-arch image, if you're on arm64 machine and pull latest tag, it should pull arm64 accordingly, else you can explicitly specify the arm64 image digest found in OS / Arch section in graalvm-ce