add linux-aarch64 releases
Is your feature request related to a problem? Please describe. No binary releases are provided for linux-aarch64.
Describe the solution you'd like Add linux-aarch64 binary assets to the releases.
Describe alternatives you've considered Build it from source which takes a long time.
Additional context Currently only linux-x86_64, macos-x86_64, and macos-aarch64 builds are provided. linux-aarch64 is used by many linux arm computers (raspberry pi and the like) and android phones.
We would like to make linux aarch64 releases. We would make linux-aarch64 builds in GitHub Actions using the new linux-aarch64 runner: https://github.com/actions/partner-runner-images/blob/main/images/arm-ubuntu-24-image.md
However we must wait until this runner becomes more stable (see issues: https://github.com/actions/partner-runner-images/issues). When I tested the Juvix build with this runner I saw intermittent failures. I will check again in a few months.