diff options
author | Timo Teräs <timo.teras@iki.fi> | 2016-06-13 06:35:47 +0000 |
---|---|---|
committer | Timo Teräs <timo.teras@iki.fi> | 2016-06-13 06:36:17 +0000 |
commit | a63cf8fa56724d505e75e627b46d512108afca8b (patch) | |
tree | a9cd1d5dfbbba6442682ad52c38496c3055e7c22 /community/docker | |
parent | be5bd10074e9a10143dfeb10f5734e150cd86d97 (diff) | |
download | aports-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/APKBUILD | 2 |
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="" |