mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-08-06 05:47:13 +02:00
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:
parent
81319daa39
commit
2211cb3dd6
@ -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=""
|
||||
|
Loading…
Reference in New Issue
Block a user