diff options
-rw-r--r-- | testing/linux-tools/APKBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/testing/linux-tools/APKBUILD b/testing/linux-tools/APKBUILD index 1a34291636..09eaaea4db 100644 --- a/testing/linux-tools/APKBUILD +++ b/testing/linux-tools/APKBUILD @@ -6,7 +6,7 @@ _kernver=${pkgver%.*} pkgrel=0 pkgdesc="Linux kernel tools meta package" url="https://www.kernel.org/" -arch="all" +arch="all !aarch64" license="GPL-2.0-only" depends="cpupower perf" depends_dev="pciutils-dev readline-dev gettext-dev" |