alire-project / alire

Command-line tool from the Alire project and supporting library
GNU General Public License v3.0
271 stars 47 forks source link

Official aarch64 build #1666

Open lukaselmer opened 3 months ago

lukaselmer commented 3 months ago

I found an aarch64 build of alr here: https://github.com/reznikmm/aarch64-alire-index/tree/main . Unfortunately, it is outdated.

It would be great if there was an official aarch64 build: https://github.com/alire-project/alire/releases/tag/v2.0.1

simonjwright commented 2 months ago

In the meantime, see here

simonjwright commented 2 months ago

Can the download pages at alire.ada.dev and ada-lang.io tell what machine architecture the viewer is running? If not, it’s a straightforward matter to merge an aarch64 binary and an x86_64 binary to produce a universal binary, which chooses which build to use at runtime.

lipo -create alr-aarch64 alr-x86_64 -output alr-universal