From cf8e9173a8b2fa06ccf7baa94ccd310f092035d9 Mon Sep 17 00:00:00 2001 From: shum Date: Mon, 7 Jul 2025 10:32:15 +0000 Subject: [PATCH] chat.simplex.app: retry armv7a builds --- metadata/chat.simplex.app.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/metadata/chat.simplex.app.yml b/metadata/chat.simplex.app.yml index 683ebc5322..ded6bccf5f 100644 --- a/metadata/chat.simplex.app.yml +++ b/metadata/chat.simplex.app.yml @@ -2525,7 +2525,6 @@ Builds: - versionName: 6.3.7 versionCode: 298 - disable: build failed commit: 4305bbad0bbdadafef30bf591ed4cab72fddd944 timeout: 60000 sudo: @@ -2551,7 +2550,8 @@ Builds: build: - gradle -v - export USER=vagrant - - ARCHES="armv7a" ./scripts/android/build-android.sh -gs + - ARCHES="armv7a" ./scripts/android/build-android.sh -gs || ARCHES="armv7a" + ./scripts/android/build-android.sh -gs - versionName: 6.3.7 versionCode: 299