diff options
-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 2303ca0e5c..d12582300d 100644 --- a/community/docker-registry/APKBUILD +++ b/community/docker-registry/APKBUILD @@ -5,7 +5,7 @@ pkgver=2.7.1 pkgrel=1 pkgdesc="An implementation of the Docker Registry HTTP API V2 for use with docker 1.6+" url="https://github.com/docker/distribution" -arch="all !s390x" +arch="all !s390x !mips !mips64" license="Apache-2.0" makedepends="git go" install="$pkgname.pre-install" |