Skip to content

Commit

Permalink
Restore architectures
Browse files Browse the repository at this point in the history
  • Loading branch information
albin-mullvad committed Sep 5, 2024
1 parent b560d6d commit bc4700e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build-apk.sh
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ popd

cargo install --force cbindgen

for ARCHITECTURE in ${ARCHITECTURES:-x86_64}; do
for ARCHITECTURE in ${ARCHITECTURES:-aarch64 armv7 x86_64 i686}; do
case "$ARCHITECTURE" in
"x86_64")
TARGET="x86_64-linux-android"
Expand Down

0 comments on commit bc4700e

Please sign in to comment.