diff options
| author | Ariadne Conill <ariadne@dereferenced.org> | 2020-04-07 18:06:09 +0000 |
|---|---|---|
| committer | Ariadne Conill <ariadne@dereferenced.org> | 2020-04-07 18:06:09 +0000 |
| commit | fc1f09b018e35ce8b9b3ea9a8a291fb4150d94b7 (patch) | |
| tree | e9a2ce393936f6c315f2bbb912653d19f05a2b48 | |
| parent | 7a4ecefd18e57917b1ac560019f391aa8e1b4451 (diff) | |
| download | aports-fc1f09b018e35ce8b9b3ea9a8a291fb4150d94b7.tar.bz2 aports-fc1f09b018e35ce8b9b3ea9a8a291fb4150d94b7.tar.xz | |
community/hugo: disable on mips
| -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 e54cff14f0..394e587093 100644 --- a/community/hugo/APKBUILD +++ b/community/hugo/APKBUILD @@ -5,7 +5,7 @@ pkgver=0.65.3 pkgrel=0 pkgdesc="A Fast and Flexible Static Site Generator built with love in GoLang" url="https://gohugo.io/" -arch="all !x86 !s390x" # tests fails on x86 and s390x +arch="all !x86 !s390x !mips !mips64" # tests fail on x86, s390x and mips license="Apache-2.0" makedepends="go" subpackages="$pkgname-doc $pkgname-bash-completion:bashcomp:noarch" |
