Skip to content

Commit

Permalink
Add armv6 build target in workflows and
Browse files Browse the repository at this point in the history
update readme
  • Loading branch information
nilaysavant committed Jan 27, 2021
1 parent 4ad37d6 commit b65a2ea
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 6 deletions.
9 changes: 9 additions & 0 deletions .github/workflows/build-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,15 @@ jobs:
toolchain: stable
use_cross: true
args: --release --locked --target armv7-unknown-linux-gnueabihf

# For Raspberry PI Zero (ArmV6) based systems
- os: ubuntu-latest
artifact_name: jsonox
asset_name: jsonox-linux-armv6
target: arm-unknown-linux-gnueabihf
toolchain: stable
use_cross: true
args: --release --locked --target arm-unknown-linux-gnueabihf

steps:
- name: Checkout code
Expand Down
13 changes: 7 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,12 +19,13 @@ You can install in 3 ways: Using pre-compiled binary, from Crate or by manually

- Download binary for your platform from the latest [release](https://github.com/nilaysavant/jsonox/releases).

| Binary | Platform |
| -------------------- | ----------------------------------------- |
| jsonox-linux-amd64 | 64-bit Linux (Ubuntu, Debian etc) |
| jsonox-macos-amd64 | 64-bit Mac OS |
| jsonox-win-amd64.exe | 64-bit Windows 7+ |
| jsonox-linux-armv7 | ARMv7 Linux: Raspberry PI, Debian, Ubuntu |
| Binary | Platform |
| -------------------- | ---------------------------------------------------------- |
| jsonox-linux-amd64 | 64-bit Linux (Ubuntu, Debian etc) |
| jsonox-macos-amd64 | 64-bit Mac OS |
| jsonox-win-amd64.exe | 64-bit Windows 7+ |
| jsonox-linux-armv7 | ARMv7 Linux: Raspberry PI, Debian, Ubuntu |
| jsonox-linux-armv6 | (Untested!) ARMv6 Linux: Raspberry PI Zero, Debian, Ubuntu |

### Install from [Crate](https://crates.io/crates/jsonox)

Expand Down

0 comments on commit b65a2ea

Please sign in to comment.