diff options
author | Natanael Copa <ncopa@alpinelinux.org> | 2016-08-29 23:13:10 +0000 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2016-08-30 00:01:43 +0000 |
commit | 8377b0c82657bcf80f17c0de6f7a6af9f2ef3ffa (patch) | |
tree | 44b1e868d715451f7997fc2b7e43b837d2fea889 /testing/rspamd | |
parent | 2e6c13470260e8ea309e353e6c1c08308b82ffd0 (diff) | |
download | aports-8377b0c82657bcf80f17c0de6f7a6af9f2ef3ffa.tar.bz2 aports-8377b0c82657bcf80f17c0de6f7a6af9f2ef3ffa.tar.xz |
testing/rspamd: disable on aarch64
Diffstat (limited to 'testing/rspamd')
-rw-r--r-- | testing/rspamd/APKBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/testing/rspamd/APKBUILD b/testing/rspamd/APKBUILD index 1bb6d40c4c..6afc549158 100644 --- a/testing/rspamd/APKBUILD +++ b/testing/rspamd/APKBUILD @@ -6,7 +6,7 @@ pkgver=1.3.4 pkgrel=0 pkgdesc="Rapid spam filtering system" url="https://rspamd.com" -arch="all" +arch="x86_64 x86 armhf" license="BSD" pkgusers="rspamd" pkggroups="rspamd" |