Deploy a Micronaut application to AWS Lambda as an ARM64 native-image #255
Labels
status: pr submitted
A pull request has been submitted for the issue
type: bug
Something isn't working
Milestone
I'd like to be able to build and deploy my Micronaut application to the ARM architecture on AWS Lambda.
Following the guide https://guides.micronaut.io/latest/mn-application-aws-lambda-graalvm-maven-java.html
$ ./mvnw package -Dpackaging=docker-native -Dmicronaut.runtime=lambda -Pgraalvm
gives me to following error on my MacBook Pro M1
I believe this is because https://github.com/micronaut-projects/micronaut-maven-plugin/blob/master/src/main/resources/dockerfiles/DockerfileAwsCustomRuntime specifically targets the x86 version of GraalVM.
The text was updated successfully, but these errors were encountered: