CI: only build arm64 qml apk, not both
the qml apk builds take too much time, and no one actually uses the arm32 apk from the CI see discussion in https://github.com/spesmilo/electrum/pull/8050
This commit is contained in:
@@ -203,12 +203,8 @@ task:
|
|||||||
dockerfile: contrib/android/Dockerfile
|
dockerfile: contrib/android/Dockerfile
|
||||||
cpu: 8
|
cpu: 8
|
||||||
memory: 24G
|
memory: 24G
|
||||||
matrix:
|
env:
|
||||||
- env:
|
APK_ARCH: arm64-v8a
|
||||||
APK_ARCH: arm64-v8a
|
|
||||||
- env:
|
|
||||||
APK_ARCH: armeabi-v7a
|
|
||||||
only_if: $CIRRUS_TAG != '' || $CIRRUS_BRANCH == 'ci-qml-beta'
|
|
||||||
packages_tld_folder_cache:
|
packages_tld_folder_cache:
|
||||||
folder: packages
|
folder: packages
|
||||||
fingerprint_script:
|
fingerprint_script:
|
||||||
|
|||||||
Reference in New Issue
Block a user