Skip to content

Commit

Permalink
Add aarch64-apple-darwin
Browse files Browse the repository at this point in the history
  • Loading branch information
wcampbell0x2a committed Dec 25, 2024
1 parent 4573fe0 commit 978e050
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 3 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/binaries.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,8 @@ jobs:
- { target: aarch64-unknown-linux-musl, os: ubuntu-24.04, use-cross: true }
- { target: arm-unknown-linux-musleabi, os: ubuntu-24.04, use-cross: true }
- { target: armv7-unknown-linux-musleabi, os: ubuntu-24.04, use-cross: true }
- { target: x86_64-apple-darwin, os: macos-14 }
- { target: x86_64-apple-darwin, os: macos-14 }
- { target: aarch64-apple-darwin, os: macos-14 }

steps:
- uses: actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4.1.6
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,7 @@ jobs:
- { target: armv7-unknown-linux-musleabi, os: ubuntu-24.04, use-cross: true }
- { target: aarch64-unknown-linux-musl, os: ubuntu-24.04, use-cross: true }
- { target: x86_64-apple-darwin, os: macos-14, }
- { target: aarch64-apple-darwin, os: macos-14, }
toolchain:
- stable
# msrv of backhand-cli
Expand Down
6 changes: 4 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,13 +32,14 @@ backhand = "0.19.0"
Although additional targets may be supported, only the following have been fully tested or confirmed to build successfully.

| Target | `build` | `test` |
|----------------------------------------|--------:|:------:|
|----------------------------------------|:-------:|:------:|
| `x86_64-unknown-linux-musl` |||
| `aarch64-unknown-linux-musl` |||
| `arm-unknown-linux-musleabi` |||
| `armv7-unknown-linux-musleabi` |||
| `aarch64-unknown-linux-musl` |||
| `x86_64-apple-darwin` |||
| `aarch64-apple-darwin` |||
| `x86_64-pc-windows-gnu` || |

### Reading/Writing/Modifying Firmware
Expand Down Expand Up @@ -86,13 +87,14 @@ See ``--help`` for more information.
Although additional targets may be supported, only the following have been tested and included in our GitHub releases.

| Target | `test` | `release` |
|----------------------------------------|----------:|:---------:|
|----------------------------------------|:---------:|:---------:|
| `x86_64-unknown-linux-musl` |||
| `aarch64-unknown-linux-musl` |||
| `arm-unknown-linux-musleabi` |||
| `armv7-unknown-linux-musleabi` |||
| `aarch64-unknown-linux-musl` |||
| `x86_64-apple-darwin` |||
| `aarch64-apple-darwin` |||

### unsquashfs-backhand
```no_test
Expand Down

0 comments on commit 978e050

Please sign in to comment.