aboutsummaryrefslogtreecommitdiffstats
path: root/testing
diff options
context:
space:
mode:
authorJ0WI <J0WI@users.noreply.github.com>2019-08-13 16:00:53 +0200
committerprspkt <prspkt@protonmail.com>2019-08-13 21:48:29 +0300
commitecaf83bb9451cfda24a13835689329c19247832c (patch)
tree2526a716580a36d7ce8e6b2193332b208eeec0cb /testing
parent7572a9337198d6d281be1409a97312b6864f0961 (diff)
testing/exa: enable on armhf and armv7
Diffstat (limited to 'testing')
-rw-r--r--testing/exa/APKBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/testing/exa/APKBUILD b/testing/exa/APKBUILD
index 4a3e2819dfe..01fa8ca65e6 100644
--- a/testing/exa/APKBUILD
+++ b/testing/exa/APKBUILD
@@ -6,7 +6,7 @@ pkgrel=0
pkgdesc="ls replacement written in Rust"
url="https://the.exa.website/"
options="!check" # Tests fail on drone-ci
-arch="x86_64" # Limited by cargo
+arch="x86_64 armhf armv7" # Limited by cargo
license="MIT"
makedepends="cargo cmake"
subpackages="$pkgname-doc"