aboutsummaryrefslogtreecommitdiffstats
path: root/community/docker
diff options
context:
space:
mode:
authorBartłomiej Piotrowski <b@bpiotrowski.pl>2015-12-01 19:03:10 +0100
committerBartłomiej Piotrowski <b@bpiotrowski.pl>2015-12-01 19:03:10 +0100
commit0d8e456672f9b5763de3e207a511ef8acb26c69d (patch)
tree481d673c537c0cfca1fb6fa1d470a01c2ac91a69 /community/docker
parent331f96412570744f4cf29f1b4f1817aa97ccf9e7 (diff)
downloadaports-0d8e456672f9b5763de3e207a511ef8acb26c69d.tar.bz2
aports-0d8e456672f9b5763de3e207a511ef8acb26c69d.tar.xz
community/docker: enable build for all architectures
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 e6d50c80e4..2f12b32d13 100644
--- a/community/docker/APKBUILD
+++ b/community/docker/APKBUILD
@@ -5,7 +5,7 @@ pkgrel=1
_gitcommit=a34a1d5
pkgdesc="Pack, ship and run any application as a lightweight container"
url="http://www.docker.io/"
-arch="x86 x86_64"
+arch="all"
license="ASL 2.0"
depends="iptables git xz"
depends_dev=""