mirror of
https://github.com/jlengrand/jreleaser.github.io.git
synced 2026-03-10 08:31:25 +00:00
18 lines
739 B
Plaintext
18 lines
739 B
Plaintext
The value of `platform` is dictated by the normalized values detected by
|
|
link:https://github.com/trustin/os-maven-plugin[os-maven-plugin]. You may use the plain `platform` value or append a
|
|
`arch` classifier. The following values are currently recognized:
|
|
|
|
platform:: `aix`, `hpux`, `os400`, `linux`, `linux_musl`, `osx`, `freebsd`, `openbsd`, `netbsd`, `sunos`, `windows`, `zos`.
|
|
arch:: `x86_64`, `x86_32`, `itanium_64`, `itanium_32`, `sparc_32`, `sparc_64`, `arm_32`, `aarch_64`, `mips_32`,
|
|
`mipsel_32`, `mips_64`, `mipsel_64`, `ppc_32`, `ppcle_32`, `ppc_64`, `ppcle_64`, `s390_32`, `s390_64`, `riscv`
|
|
|
|
Examples:
|
|
|
|
* `osx`
|
|
* `osx-arm`
|
|
* `windows`
|
|
* `linux`
|
|
* `linux-x8w6_64`
|
|
|
|
TIP: Use `linux_musl` for artifacts that target Alpine Linux.
|