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.
This commit is contained in:
Breno Leitao 2017-04-10 13:47:07 +00:00
parent 81319daa39
commit 2211cb3dd6

View File

@ -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=""