Micronaut GraalVM native image: How to use custom GraalVM version? #8438
Unanswered
jigneshkhatri
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hello there,
I am building a Micronaut app to run in the AWS Lambda. For that I am building GraalVM docker native image. But somehow,
:dockerfileNative
plugin is generatingDockerfile
which contains step to download the GraalVM CE 22.1.0 and uses that GraalVM SDK to build the native image inside the docker container.But I want to build the native image using the GraalVM enterprise edition which is installed on my local machine. So how can we use host machine's installed GraalVM to build the Micronaut native-image for AWS Lambda functions?
Here are some more details about my question: https://stackoverflow.com/questions/74601868/choose-custom-graalvm-version-to-build-micronaut-native-image
Beta Was this translation helpful? Give feedback.
All reactions