borkdude / jet

CLI to transform between JSON, EDN, YAML and Transit using Clojure

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Binary support for Linux-aarch64

grav opened this issue · comments

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.

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

@grav Now released!

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

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

All good! Thanks again :)