/simple-graalvm-native-image

A simple GraalVM native image compilation

Primary LanguageJava

Compiling JAR to native with GraalVM

TL;DR

Build the container with the binary

make jar docker

Run the container

docker run --rm -ti hello [-n | --name <name>]