diff options
author | Ariadne Conill <ariadne@dereferenced.org> | 2020-04-08 06:07:55 +0000 |
---|---|---|
committer | Ariadne Conill <ariadne@dereferenced.org> | 2020-04-08 06:07:55 +0000 |
commit | 8c65257bb477ffce2681fe9ebcd8a687ce683ebf (patch) | |
tree | b6df0de208b381fd68c1dd500e540f0b12f4d04a | |
parent | 107486156b165f30ca62d2855f8decde3536ab23 (diff) | |
download | aports-8c65257bb477ffce2681fe9ebcd8a687ce683ebf.tar.bz2 aports-8c65257bb477ffce2681fe9ebcd8a687ce683ebf.tar.xz |
community/docker-registry: disable on mips
-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" |