diff --git a/community/hugo/APKBUILD b/community/hugo/APKBUILD index ebfd33abdc1..c89024173b2 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"