diff options
| author | Natanael Copa <ncopa@alpinelinux.org> | 2018-04-23 14:45:49 +0000 |
|---|---|---|
| committer | Natanael Copa <ncopa@alpinelinux.org> | 2018-04-23 14:46:10 +0000 |
| commit | 603593148a2d42089fcfdafed112a401dc5eb4cd (patch) | |
| tree | 4e6bba2137bff61ba5db858236aa63ec1398c02c | |
| parent | bc9063689679ee74989d9091be6ad19425431d19 (diff) | |
| download | aports-603593148a2d42089fcfdafed112a401dc5eb4cd.tar.bz2 aports-603593148a2d42089fcfdafed112a401dc5eb4cd.tar.xz | |
community/hugo: disable on x86 due to failing tests
| -rw-r--r-- | community/hugo/APKBUILD | 2 |
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" |
