Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Binary support for Linux-aarch64 #127

Closed
grav opened this issue Mar 27, 2023 · 5 comments
Closed

Binary support for Linux-aarch64 #127

grav opened this issue Mar 27, 2023 · 5 comments

Comments

@grav
Copy link

grav commented Mar 27, 2023

It would be awesome with a binary for Linux-aarch64.

Also, note that the current installer script doesn't seem to check the architecture, and downloads the AMD64 build on my machine.

@borkdude
Copy link
Owner

borkdude commented Apr 2, 2023

This is on my TODO list, most likely this month.

@borkdude
Copy link
Owner

borkdude commented Apr 9, 2023

@grav Now released!

@grav
Copy link
Author

grav commented Apr 11, 2023

Thanks for this! Manually downloaded the build and tested that it works 👍

Note that the installer script still installs the amd64 build:

$ sudo bash < <(curl -s https://raw.githubusercontent.com/borkdude/jet/master/install)
[sudo] password for grav: 
Downloading https://github.com/borkdude/jet/releases/download/v0.4.24/jet-0.4.24-linux-amd64.tar.gz.
Moving /usr/local/bin/jet to /usr/local/bin/jet.old
Successfully installed jet in /usr/local/bin.
$ jet
bash: /usr/local/bin/jet: cannot execute binary file: Exec format error

Probably something like uname -m can help:

$ uname -m
aarch64

@borkdude
Copy link
Owner

@grav I updated the installer script, can you try?

@grav
Copy link
Author

grav commented Apr 11, 2023

All good! Thanks again :)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants