diff options
author | Bartłomiej Piotrowski <b@bpiotrowski.pl> | 2015-12-01 19:03:10 +0100 |
---|---|---|
committer | Bartłomiej Piotrowski <b@bpiotrowski.pl> | 2015-12-01 19:03:10 +0100 |
commit | 0d8e456672f9b5763de3e207a511ef8acb26c69d (patch) | |
tree | 481d673c537c0cfca1fb6fa1d470a01c2ac91a69 /community/docker/APKBUILD | |
parent | 331f96412570744f4cf29f1b4f1817aa97ccf9e7 (diff) | |
download | aports-0d8e456672f9b5763de3e207a511ef8acb26c69d.tar.bz2 aports-0d8e456672f9b5763de3e207a511ef8acb26c69d.tar.xz |
community/docker: enable build for all architectures
Diffstat (limited to 'community/docker/APKBUILD')
-rw-r--r-- | community/docker/APKBUILD | 2 |
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="" |