ngrok / ngrok-java

Embed ngrok secure ingress into your Java apps with a single line of code.
Other
21 stars 6 forks source link

Improve artefact names most notably rename aarch64 to aarch_64 #24

Closed nikolay-ngrok closed 10 months ago

nikolay-ngrok commented 10 months ago

Currently, trying to use the instructions around automatic OS detection described in the README.md, results in a failing build. The os-maven-plugin expects aarch64 to be named aarch_64, and therefore cannot find the native library associated with it (for example on mac m1/m2).

Change the artifact names to aarch_64 where relevant.