aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--testing/i2pd/APKBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/testing/i2pd/APKBUILD b/testing/i2pd/APKBUILD
index d590db9848..dcf7a43553 100644
--- a/testing/i2pd/APKBUILD
+++ b/testing/i2pd/APKBUILD
@@ -5,7 +5,7 @@ pkgver=2.18.0
pkgrel=0
pkgdesc="I2P Router written in C++"
url="https://github.com/PurpleI2P/i2pd"
-arch="all"
+arch="all !aarch64" # build fails on aarch64
license="BSD"
pkgusers="i2pd"
depends="boost-filesystem boost-system boost-program_options boost-date_time boost-thread boost-iostreams openssl musl-utils libstdc++"