diff options
author | Francesco Colista <fcolista@alpinelinux.org> | 2019-07-16 18:03:00 +0000 |
---|---|---|
committer | Francesco Colista <fcolista@alpinelinux.org> | 2019-07-16 18:03:04 +0000 |
commit | 5ca2d9272409ed603c9de57ec9ff85f0feab16be (patch) | |
tree | 65a47634f43bd1ea74419998e82bd40059865483 | |
parent | 940237b8ceb562280a6f58a8bb182aed05f4838e (diff) | |
download | aports-5ca2d9272409ed603c9de57ec9ff85f0feab16be.tar.bz2 aports-5ca2d9272409ed603c9de57ec9ff85f0feab16be.tar.xz |
testing/lxd: disabled aarch64 since patchelf is not available
-rw-r--r-- | testing/lxd/APKBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/testing/lxd/APKBUILD b/testing/lxd/APKBUILD index c940a8edce..62585bdd00 100644 --- a/testing/lxd/APKBUILD +++ b/testing/lxd/APKBUILD @@ -5,7 +5,7 @@ pkgver=3.15 pkgrel=0 pkgdesc="a container hypervisor and a new user experience for LXC" url="https://linuxcontainers.org/lxd/" -arch="all" +arch="all !aarch64" license="Apache-2.0" depends=" acl |