aboutsummaryrefslogtreecommitdiffstats
path: root/main/build-base/APKBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'main/build-base/APKBUILD')
-rw-r--r--main/build-base/APKBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/main/build-base/APKBUILD b/main/build-base/APKBUILD
index 8c9cf8d26d..752e063c5f 100644
--- a/main/build-base/APKBUILD
+++ b/main/build-base/APKBUILD
@@ -9,7 +9,7 @@ if [ "$ALPINE_LIBC" = "eglibc" ]; then
else
depends="binutils gcc make patch uclibc-dev g++"
fi
-arch="x86 x86_64"
+arch="all"
license=none
build() {