juvix icon indicating copy to clipboard operation
juvix copied to clipboard

add linux-aarch64 releases

Open tg-x opened this issue 10 months ago • 1 comments

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.

tg-x avatar Feb 03 '25 20:02 tg-x

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.

paulcadman avatar Feb 12 '25 18:02 paulcadman