From fba66cbb0d4e024330a24dc57c4ccd4d31cc1257 Mon Sep 17 00:00:00 2001 From: Natanael Copa Date: Tue, 13 Feb 2018 15:16:07 +0000 Subject: [PATCH] community/docker: enable on s390x --- community/docker/APKBUILD | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/community/docker/APKBUILD b/community/docker/APKBUILD index 421d3443e92..e90bde944b5 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"