aboutsummaryrefslogtreecommitdiffstats
path: root/community/docker
diff options
context:
space:
mode:
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 462f1acc0b..3b609d0d94 100644
--- a/community/docker/APKBUILD
+++ b/community/docker/APKBUILD
@@ -6,7 +6,7 @@ pkgrel=1
_gitcommit=v$_ver
pkgdesc="Pack, ship and run any application as a lightweight container"
url="http://www.docker.io/"
-arch="all !ppc64le"
+arch="all !ppc64le !s390x"
license="ASL 2.0"
depends="ca-certificates iptables"
depends_dev=""