diff options
-rw-r--r-- | testing/hub/APKBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/testing/hub/APKBUILD b/testing/hub/APKBUILD index 00bbd88ae5..dfebc867c4 100644 --- a/testing/hub/APKBUILD +++ b/testing/hub/APKBUILD @@ -6,7 +6,7 @@ pkgver=2.5.0 pkgrel=1 pkgdesc="Extends git with extra features for GitHub" url="http://hub.github.com/" -arch="all" +arch="all !x86" # FIXME: tests fails on x86 license="MIT" makedepends="go dep bash" options="!strip" |