From eca9cbe87334d821081f09e5121b0a21ddbbc51c Mon Sep 17 00:00:00 2001 From: Carlo Landmeter Date: Mon, 22 Aug 2016 22:34:08 +0000 Subject: community/firejail: disable on aarch64 --- community/firejail/APKBUILD | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/community/firejail/APKBUILD b/community/firejail/APKBUILD index 1820e2a51c..0944c65078 100644 --- a/community/firejail/APKBUILD +++ b/community/firejail/APKBUILD @@ -6,7 +6,7 @@ _pkgver=${pkgver//_/-} pkgrel=1 pkgdesc="Linux namespaces and seccomp-bpf sandbox" url="https://firejail.wordpress.com/" -arch="all !armhf" +arch="all !armhf !aarch64" license="GPL2" depends="bash" depends_dev="" -- cgit v1.2.3