mirror of
https://github.com/monero-project/monero.git
synced 2025-01-05 10:29:34 +00:00
ci: depends: build armv7 android target
This commit is contained in:
parent
e2410b29d0
commit
208f83bdf6
1 changed files with 2 additions and 0 deletions
2
.github/workflows/depends.yml
vendored
2
.github/workflows/depends.yml
vendored
|
@ -56,6 +56,8 @@ jobs:
|
|||
- name: "x86_64 Freebsd"
|
||||
host: "x86_64-unknown-freebsd"
|
||||
packages: "clang-8"
|
||||
- name: "ARMv7 Android"
|
||||
host: "arm-linux-android"
|
||||
- name: "ARMv8 Android"
|
||||
host: "aarch64-linux-android"
|
||||
name: ${{ matrix.toolchain.name }}
|
||||
|
|
Loading…
Reference in a new issue