Add android build
This commit is contained in:
parent
297176293c
commit
37c0917100
1 changed files with 6 additions and 0 deletions
6
.github/workflows/release.yaml
vendored
6
.github/workflows/release.yaml
vendored
|
@ -30,6 +30,12 @@ jobs:
|
|||
- name: Linux armv7hf
|
||||
target: armv7-unknown-linux-musleabihf
|
||||
|
||||
- name: Android aarch64
|
||||
target: aarch64-linux-android
|
||||
|
||||
- name: Android armv7
|
||||
target: armv7-linux-androideabi
|
||||
|
||||
#- name: Linux mips
|
||||
# target: mips-unknown-linux-musl
|
||||
|
||||
|
|
Loading…
Reference in a new issue