drop i686 support without simplifying code

This commit is contained in:
Alexander Sosedkin 2021-12-15 21:15:25 +01:00
parent 4ade388b9a
commit 154ad5a368
8 changed files with 13 additions and 15 deletions

View file

@ -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