diff options
Diffstat (limited to 'community/docker-registry/APKBUILD')
-rw-r--r-- | community/docker-registry/APKBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/community/docker-registry/APKBUILD b/community/docker-registry/APKBUILD index 8b0941b272..53bd97ad2d 100644 --- a/community/docker-registry/APKBUILD +++ b/community/docker-registry/APKBUILD @@ -2,10 +2,10 @@ pkgname=docker-registry pkgver=2.6.1 -pkgrel=2 +pkgrel=3 pkgdesc="An implementation of the Docker Registry HTTP API V2 for use with docker 1.6+" url="https://github.com/docker/distribution" -arch="x86 x86_64" +arch="x86 x86_64 ppc64le" license="ASL-2.0" makedepends="git go" install="$pkgname.pre-install" |