aboutsummaryrefslogtreecommitdiffstats
path: root/community
diff options
context:
space:
mode:
Diffstat (limited to 'community')
-rw-r--r--community/hugo/APKBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/community/hugo/APKBUILD b/community/hugo/APKBUILD
index ebfd33abdc..c89024173b 100644
--- a/community/hugo/APKBUILD
+++ b/community/hugo/APKBUILD
@@ -5,7 +5,7 @@ pkgver=0.39
pkgrel=0
pkgdesc="A Fast and Flexible Static Site Generator built with love in GoLang"
url="http://gohugo.io/"
-arch="all"
+arch="all !x86" # tests fails on x86
license="Apache-2.0"
depends=""
makedepends="go dep"