From b93f588457ed4277dfc20c74f23a886a6856888b Mon Sep 17 00:00:00 2001 From: Russell Keith-Magee Date: Mon, 13 Jun 2022 06:42:37 +0800 Subject: [PATCH] Restore 32 bit ARM builds to published support packages. --- main.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main.sh b/main.sh index 34968c2..17c41b7 100755 --- a/main.sh +++ b/main.sh @@ -188,7 +188,7 @@ function main() { # DEFAULT_* variables for inclusion into help output. local DEFAULT_VERSION="3.7" local VERSION="$DEFAULT_VERSION" - local DEFAULT_TARGET_ABIS="x86_64,arm64-v8a" + local DEFAULT_TARGET_ABIS="x86_64,armeabi-v7a,arm64-v8a" local TARGET_ABIS="$DEFAULT_TARGET_ABIS" local DEFAULT_COMPRESS_LEVEL="8" local COMPRESS_LEVEL="$DEFAULT_COMPRESS_LEVEL"