diff --git a/community/docker/APKBUILD b/community/docker/APKBUILD
index 421d3443e92f3a5f1aab2519c4b054e9099ad013..e90bde944b53030ea32d6511559d9f2dd7e4b700 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 !s390x"
+arch="all"
 license="Apache-2.0"
 depends="ca-certificates iptables"
 makedepends="go btrfs-progs-dev bash linux-headers coreutils libseccomp-dev cmake lvm2-dev libtool"