Skip to content

Commit 17cd290

Browse files
committed
add supported platform armv7-unknown-linux-musleabi
1 parent 0848234 commit 17cd290

2 files changed

Lines changed: 11 additions & 10 deletions

File tree

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
runs-on: ubuntu-latest
1515
strategy:
1616
matrix:
17-
target: ["x86_64-unknown-linux-gnu", "x86_64-unknown-linux-musl", "aarch64-unknown-linux-gnu", "aarch64-unknown-linux-musl", "armv7-unknown-linux-gnueabi", "x86_64-unknown-freebsd"]
17+
target: ["x86_64-unknown-linux-gnu", "x86_64-unknown-linux-musl", "x86_64-unknown-freebsd", "aarch64-unknown-linux-gnu", "aarch64-unknown-linux-musl", "armv7-unknown-linux-gnueabi", "armv7-unknown-linux-musleabi"]
1818
steps:
1919
- name: Checkout repository
2020
uses: actions/checkout@v4

README.md

Lines changed: 10 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -115,15 +115,16 @@ Cross-compilation to macOS requires additional setup, due to licensing restricti
115115

116116
#### Platform support table
117117
**Note**: This incomplete and may change in the future!
118-
| **Target** | **Supported** | **`cargo-cross` support** |
119-
| :---------------------------: | :-----------: | :-----------------------: |
120-
| `x86_64-unknown-linux-gnu` |||
121-
| `x86_64-unknown-linux-musl` |||
122-
| `x86_64-unknown-freebsd` |||
123-
| `aarch64-unknown-linux-gnu` |||
124-
| `aarch64-unknown-linux-musl` |||
125-
| `aarch64-apple-darwin` |||
126-
| `armv7-unknown-linux-gnueabi` |||
118+
| **Target** | **Supported** | **`cargo-cross` support** |
119+
| :----------------------------: | :-----------: | :-----------------------: |
120+
| `x86_64-unknown-linux-gnu` |||
121+
| `x86_64-unknown-linux-musl` |||
122+
| `x86_64-unknown-freebsd` |||
123+
| `aarch64-unknown-linux-gnu` |||
124+
| `aarch64-unknown-linux-musl` |||
125+
| `aarch64-apple-darwin` |||
126+
| `armv7-unknown-linux-gnueabi` |||
127+
| `armv7-unknown-linux-musleabi` |||
127128

128129
## Docker support
129130
You can build a Docker image using the provided [`Dockerfile`](./Dockerfile).

0 commit comments

Comments
 (0)