How to export the generated GraalVM native image #1311
helpermethod
started this conversation in
General
Replies: 1 comment 4 replies
-
jbang export definitely should work with native too. 'jbang --native export local' ? |
Beta Was this translation helpful? Give feedback.
4 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi,
I have a nice little JBang script which I would like to distribute as a native binary via JReleaser.
Building the native image works fine locally, but I wonder to export it.
jbang export
currently only seems to work with the generated JAR file?Beta Was this translation helpful? Give feedback.
All reactions