ci: add android and ios to common build targets
This commit is contained in:
parent
9d4b638816
commit
f774b26366
1 changed files with 12 additions and 0 deletions
12
.github/workflows/pkg-release.yml
vendored
12
.github/workflows/pkg-release.yml
vendored
|
|
@ -47,6 +47,18 @@ jobs:
|
||||||
- target: aarch64-linux-musl
|
- target: aarch64-linux-musl
|
||||||
os: ubuntu-latest
|
os: ubuntu-latest
|
||||||
rust-target: aarch64-unknown-linux-musl
|
rust-target: aarch64-unknown-linux-musl
|
||||||
|
- target: x86_64-windows-msvc
|
||||||
|
os: windows-latest
|
||||||
|
rust-target: x86_64-pc-windows-msvc
|
||||||
|
- target: aarch64-windows-msvc
|
||||||
|
os: windows-latest
|
||||||
|
rust-target: aarch64-pc-windows-msvc
|
||||||
|
- target: aarch64-linux-android
|
||||||
|
os: ubuntu-latest
|
||||||
|
rust-target: aarch64-linux-android
|
||||||
|
- target: aarch64-apple-ios
|
||||||
|
os: macos-latest
|
||||||
|
rust-target: aarch64-apple-ios
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v4
|
- uses: actions/checkout@v4
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue