Browse Source

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
patch-4
SomberNight 2 years ago
parent
commit
4a63ca2e1f
No known key found for this signature in database GPG Key ID: B33B5F232C6271E9
  1. 8
      .cirrus.yml

8
.cirrus.yml

@ -203,12 +203,8 @@ task:
dockerfile: contrib/android/Dockerfile
cpu: 8
memory: 24G
matrix:
- env:
APK_ARCH: arm64-v8a
- env:
APK_ARCH: armeabi-v7a
only_if: $CIRRUS_TAG != '' || $CIRRUS_BRANCH == 'ci-qml-beta'
env:
APK_ARCH: arm64-v8a
packages_tld_folder_cache:
folder: packages
fingerprint_script:

Loading…
Cancel
Save