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

Commit

Permalink
Restore 32 bit ARM builds to published support packages.
Browse files Browse the repository at this point in the history
  • Loading branch information
freakboy3742 committed Jun 13, 2022
1 parent ab9f1e9 commit b93f588
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion main.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit b93f588

Please sign in to comment.