mirror of
https://github.com/nix-community/nix-on-droid.git
synced 2025-12-24 01:41:15 +01:00
drop i686 support without simplifying code
This commit is contained in:
parent
4ade388b9a
commit
154ad5a368
8 changed files with 13 additions and 15 deletions
3
build.sh
3
build.sh
|
|
@ -68,8 +68,7 @@
|
|||
|
||||
set -e
|
||||
|
||||
arches=${arches:-aarch64 i686}
|
||||
# If you only care about aarch64, run as `arches=aarch64 ./build.sh`.
|
||||
arches=${arches:-aarch64} # whitespace-separated list of architectures to build
|
||||
|
||||
# Create/clear the output directory.
|
||||
mkdir -p out
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue