Skip to content
This repository was archived by the owner on Oct 12, 2022. It is now read-only.

Commit b93f588

Browse files
committed
Restore 32 bit ARM builds to published support packages.
1 parent ab9f1e9 commit b93f588

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

main.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -188,7 +188,7 @@ function main() {
188188
# DEFAULT_* variables for inclusion into help output.
189189
local DEFAULT_VERSION="3.7"
190190
local VERSION="$DEFAULT_VERSION"
191-
local DEFAULT_TARGET_ABIS="x86_64,arm64-v8a"
191+
local DEFAULT_TARGET_ABIS="x86_64,armeabi-v7a,arm64-v8a"
192192
local TARGET_ABIS="$DEFAULT_TARGET_ABIS"
193193
local DEFAULT_COMPRESS_LEVEL="8"
194194
local COMPRESS_LEVEL="$DEFAULT_COMPRESS_LEVEL"

0 commit comments

Comments
 (0)