mirror of
https://github.com/denisidoro/navi
synced 2024-11-21 19:13:07 +00:00
parent
6dc6b82e6f
commit
67d6a6a27f
1 changed files with 3 additions and 0 deletions
3
.github/workflows/cd.yml
vendored
3
.github/workflows/cd.yml
vendored
|
@ -22,6 +22,7 @@ jobs:
|
|||
- armv7-unknown-linux-musleabihf
|
||||
- armv7-linux-androideabi
|
||||
- aarch64-linux-android
|
||||
- aarch64-unknown-linux-gnu
|
||||
- aarch64-apple-ios
|
||||
include:
|
||||
- os: macos-latest
|
||||
|
@ -36,6 +37,8 @@ jobs:
|
|||
target: armv7-linux-androideabi
|
||||
- os: ubuntu-latest
|
||||
target: aarch64-linux-android
|
||||
- os: ubuntu-latest
|
||||
target: aarch64-unknown-linux-gnu
|
||||
- os: macos-latest
|
||||
target: aarch64-apple-ios
|
||||
steps:
|
||||
|
|
Loading…
Reference in a new issue