https://github.com/userdocs/jq-crossbuild
https://github.com/userdocs/jq-crossbuild
Last synced: 4 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/userdocs/jq-crossbuild
- Owner: userdocs
- License: gpl-3.0
- Created: 2021-12-14T16:19:29.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2024-05-17T17:02:09.000Z (over 1 year ago)
- Last Synced: 2024-10-16T18:03:22.246Z (about 1 year ago)
- Language: Dockerfile
- Size: 53.7 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
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