aboutsummaryrefslogtreecommitdiffstats
path: root/community/docker
diff options
context:
space:
mode:
authorTimo Teräs <timo.teras@iki.fi>2016-06-13 06:35:47 +0000
committerTimo Teräs <timo.teras@iki.fi>2016-06-13 06:36:17 +0000
commita63cf8fa56724d505e75e627b46d512108afca8b (patch)
treea9cd1d5dfbbba6442682ad52c38496c3055e7c22 /community/docker
parentbe5bd10074e9a10143dfeb10f5734e150cd86d97 (diff)
downloadaports-a63cf8fa56724d505e75e627b46d512108afca8b.tar.bz2
aports-a63cf8fa56724d505e75e627b46d512108afca8b.tar.xz
community/docker: disable on armhf temporarily
the build fails due to broken go
Diffstat (limited to 'community/docker')
-rw-r--r--community/docker/APKBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/community/docker/APKBUILD b/community/docker/APKBUILD
index f39472b834..216aead36d 100644
--- a/community/docker/APKBUILD
+++ b/community/docker/APKBUILD
@@ -6,7 +6,7 @@ pkgrel=0
_gitcommit=v$_ver
pkgdesc="Pack, ship and run any application as a lightweight container"
url="http://www.docker.io/"
-arch="all"
+arch="x86 x86_64"
license="ASL 2.0"
depends="iptables git xz"
depends_dev=""