aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorNatanael Copa <ncopa@alpinelinux.org>2015-08-28 11:47:21 +0200
committerNatanael Copa <ncopa@alpinelinux.org>2015-08-28 11:47:21 +0200
commitc936712c9ca27391a990adcadda8f8e2e43d8e32 (patch)
tree6f5b14773d4f7d329e31e55ebf8d90afb9b87a78
parent978671e28fffb0bd48c5aa917269580369a1c3fb (diff)
main/go-bootstrap: disable x86
-rw-r--r--main/go-bootstrap/APKBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/main/go-bootstrap/APKBUILD b/main/go-bootstrap/APKBUILD
index 3a43912bdfe..558cb81cb56 100644
--- a/main/go-bootstrap/APKBUILD
+++ b/main/go-bootstrap/APKBUILD
@@ -7,7 +7,7 @@ pkgver=1.4.2
pkgrel=0
pkgdesc="Go programming language compiler used for bootstraping"
url="http://www.golang.org/"
-arch="x86 x86_64 armhf"
+arch="x86_64 armhf"
license="BSD"
replaces="go"
depends=""