maven-nar / nar-maven-plugin

Native ARchive plugin for Maven
https://maven-nar.github.io/
Apache License 2.0
232 stars 160 forks source link

Support aarch64 (arm64) Linux #354

Closed df7cb closed 4 years ago

df7cb commented 4 years ago

Like in 086f6b3e (#328), this is to support compiling https://github.com/tada/pljava, this time on the aarch64 (called arm64 in Debian) platform. This is the amd64.Linux definitios copied, the architecture name replaced, and "-m64" removed because it's not a valid flag on that architecture.

entropaos commented 1 year ago

This patch only exists in the master branch, the latest release still doesn't support aarch64. How can we use nar-maven-plugin to compile code for aarch64? Thank you, guys.