From 4a63ca2e1fc6ed5561923618ee00615de270c65c Mon Sep 17 00:00:00 2001 From: SomberNight Date: Fri, 4 Nov 2022 16:16:12 +0000 Subject: [PATCH] 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 --- .cirrus.yml | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) diff --git a/.cirrus.yml b/.cirrus.yml index 7971b0b4a..f797229f4 100644 --- a/.cirrus.yml +++ b/.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: