diff options
author | Natanael Copa <ncopa@alpinelinux.org> | 2015-11-04 10:11:41 +0000 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2015-11-04 10:31:16 +0000 |
commit | 5f19b517c0bf397e07f97ed253f56c92f7231cf8 (patch) | |
tree | 4c9497e2cea06daf68d361345e9fadcf1a4c875b /community/docker-registry | |
parent | ba52d2a3adcb817971a0f83363c168780bbf2c1a (diff) | |
download | aports-5f19b517c0bf397e07f97ed253f56c92f7231cf8.tar.bz2 aports-5f19b517c0bf397e07f97ed253f56c92f7231cf8.tar.xz |
community/docker-registry: enable on x86
Diffstat (limited to 'community/docker-registry')
-rw-r--r-- | community/docker-registry/APKBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/community/docker-registry/APKBUILD b/community/docker-registry/APKBUILD index a92d95afa6..03007ca5db 100644 --- a/community/docker-registry/APKBUILD +++ b/community/docker-registry/APKBUILD @@ -5,7 +5,7 @@ pkgver=2.2.0 pkgrel=0 pkgdesc="An implementation of the Docker Registry HTTP API V2 for use with docker 1.6+." url="https://github.com/docker/distribution" -arch="x86_64" +arch="x86 x86_64" license="Apache 2.0" makedepends="git go" options="!strip" |