An open API service indexing awesome lists of open source software.

https://github.com/userdocs/jq-crossbuild


https://github.com/userdocs/jq-crossbuild

Last synced: 4 months ago
JSON representation

Awesome Lists containing this project

README

          

jq master-a9f97e9 built using https://github.com/userdocs/musl-cross-make using a 100% github action based build system that published releases.

easy install `x86_64` to your local directory `~/bin`

```bash
wget -q -O- "https://github.com/userdocs/jq-crossbuild/releases/latest/download/x86_64-linux-musl.tar.gz" | tar -xz --strip-components 1 -C ~/
```

This command format works with all the releases here: https://github.com/userdocs/jq-crossbuild/releases/latest

Docker images are also published and are available here - https://hub.docker.com/repository/docker/userdocs/jq

```bash
userdocs/jq:tagname
```

[All available tags](https://github.com/userdocs/jq-crossbuild/releases/latest)

docker run -it userdocs/jq:x86_64-linux-musl jq --version