aboutsummaryrefslogtreecommitdiffstats
path: root/community/docker
diff options
context:
space:
mode:
authorNatanael Copa <ncopa@alpinelinux.org>2015-11-04 10:30:12 +0000
committerNatanael Copa <ncopa@alpinelinux.org>2015-11-04 10:31:16 +0000
commit567978b4a637967fe050bb50b5dc58538a2c60c6 (patch)
treeefb54fcd6427f0b500c9de5fcfcf2c6738090514 /community/docker
parentdf23000cc49f081b92eaeeef8773da5d50e18746 (diff)
downloadaports-567978b4a637967fe050bb50b5dc58538a2c60c6.tar.bz2
aports-567978b4a637967fe050bb50b5dc58538a2c60c6.tar.xz
community/docker: enable x86
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 863ba489b3..0b98c8108e 100644
--- a/community/docker/APKBUILD
+++ b/community/docker/APKBUILD
@@ -5,7 +5,7 @@ pkgrel=0
_gitcommit=f4bf5c7
pkgdesc="Pack, ship and run any application as a lightweight container"
url="http://www.docker.io/"
-arch="x86_64"
+arch="x86 x86_64"
license="ASL 2.0"
depends="iptables git xz"
depends_dev=""