diff options
author | Breno Leitao <breno.leitao@gmail.com> | 2017-04-10 13:47:07 +0000 |
---|---|---|
committer | Breno Leitao <breno.leitao@gmail.com> | 2017-04-10 13:47:07 +0000 |
commit | 2211cb3dd63f86a5ccf20cb1f091be0c47e58302 (patch) | |
tree | a077dd107232d11bdd5b1dcf85b79ad00ecb88db /community/docker | |
parent | 81319daa39ed1576864251c0b67ab06c8f179d05 (diff) | |
download | aports-2211cb3dd63f86a5ccf20cb1f091be0c47e58302.tar.bz2 aports-2211cb3dd63f86a5ccf20cb1f091be0c47e58302.tar.xz |
community/docker: Disable build on ppc64le
Disabling the build on ppc64le because 'go' is still not available
at this moment. This commit should be reverted once we have go built
on ppc64le.
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 60172e6beb..619f4e00c0 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="all !ppc64le" license="ASL 2.0" depends="ca-certificates iptables" depends_dev="" |