Add ARMv7 target for Android in release workflow
This commit is contained in:
parent
e3212cdc08
commit
a9e8b60b1b
|
|
@ -32,6 +32,8 @@ jobs:
|
||||||
deb: true
|
deb: true
|
||||||
- os: ubuntu-latest
|
- os: ubuntu-latest
|
||||||
target: aarch64-linux-android
|
target: aarch64-linux-android
|
||||||
|
- os: ubuntu-latest
|
||||||
|
target: armv7-linux-androideabi
|
||||||
- os: macos-latest
|
- os: macos-latest
|
||||||
target: x86_64-apple-darwin
|
target: x86_64-apple-darwin
|
||||||
- os: macos-latest
|
- os: macos-latest
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue