Open pohorelec opened 4 years ago
Is there any graalvm working example running for gcloud app engine standard enironment (java11)? I could not find any. It would be great if you provide one in your examples repository.
I'm looking for that sample too!
I am unable to run micronaut build via graal VM into google app engine (standard environment). When I try to use Cloud Run everything works as expected.
Exception:
/bin/sh: 1: exec: ./native-image-name: Exec format error
app.yml:
native-image.properties
Did I miss something in some of configuration above?