mirror of
https://github.com/jlengrand/jreleaser.github.io.git
synced 2026-03-10 08:31:25 +00:00
32 lines
1.0 KiB
Plaintext
32 lines
1.0 KiB
Plaintext
= Native Image
|
|
|
|
Distributions of this type provide a platform specific native binary, as a consequence you *must* specify a value for
|
|
their platform.
|
|
|
|
== Creating a Distribution
|
|
|
|
Native image binaries can be created in many ways. Frameworks such as Micronaut, Quarkus, and Helidon provide Maven and
|
|
Gradle plugins that can create such binaries.
|
|
|
|
.Maven
|
|
|
|
* link:https://www.graalvm.org/reference-manual/native-image/NativeImageMavenPlugin/[native-image-maven-plugin].
|
|
|
|
Alternatively, you may also configure a xref:configuration:assemble/native-image.adoc[] assembler.
|
|
|
|
== Packager Support
|
|
|
|
[%header, cols="<,^"]
|
|
|===
|
|
| Packager | Supported
|
|
| xref:configuration:packagers/chocolatey.adoc[] | {icon_req_n}
|
|
| xref:configuration:packagers/docker.adoc[] | {icon_req_y}
|
|
| xref:configuration:packagers/homebrew.adoc[] | {icon_req_y}
|
|
| xref:configuration:packagers/jbang.adoc[] | {icon_req_n}
|
|
| xref:configuration:packagers/scoop.adoc[] | {icon_req_y}
|
|
| xref:configuration:packagers/snap.adoc[] | {icon_req_y}
|
|
|===
|
|
|
|
|
|
|