diff options
author | Francesco Colista <fcolista@alpinelinux.org> | 2015-09-21 08:56:54 +0000 |
---|---|---|
committer | Francesco Colista <fcolista@alpinelinux.org> | 2015-09-21 08:56:54 +0000 |
commit | 4038b6160e7fb654fac60418fa095e966656796b (patch) | |
tree | fa90f931656e6aeb069675095f4b3312c8b444e4 /testing | |
parent | e0acbcfe8b76c24055f0f0eece94467fe65d2a6d (diff) | |
download | aports-4038b6160e7fb654fac60418fa095e966656796b.tar.bz2 aports-4038b6160e7fb654fac60418fa095e966656796b.tar.xz |
testing/vault: disable compile for x86
Diffstat (limited to 'testing')
-rw-r--r-- | testing/vault/APKBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/testing/vault/APKBUILD b/testing/vault/APKBUILD index aecf99ca7f..b30af8e67d 100644 --- a/testing/vault/APKBUILD +++ b/testing/vault/APKBUILD @@ -5,7 +5,7 @@ pkgver=0.2.0 pkgrel=0 pkgdesc="Vault is a tool for securely accessing secrets." url="https://www.vaultproject.io/" -arch="all" +arch="x86_64 armhf" license="MPL 2.0" depends="" depends_dev="" |