You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Thanks for opening your first issue here! In case you're facing a bug, please update navi to the latest version first. Maybe the bug is already solved! :)
Hi, the current releases for arm64 Linux is based on gnu and not musl.
As a result, the binary is dynamically linked:
Adding
target: aarch64-unknown-linux-musl
in https://github.com/denisidoro/navi/blob/master/.github/workflows/cd.yml should work.However, you can release an even more optimized & smaller binary, based on : https://github.com/Azathothas/Toolpacks/blob/main/.github/scripts/aarch64_Linux/bins/navi.sh
The text was updated successfully, but these errors were encountered: