diff options
author | Ariadne Conill <ariadne@dereferenced.org> | 2020-04-16 09:23:41 +0000 |
---|---|---|
committer | Ariadne Conill <ariadne@dereferenced.org> | 2020-04-16 09:23:41 +0000 |
commit | 61a3fd6037a4fbb7505751f7c8b1979496f00102 (patch) | |
tree | 7a4781c63a4a0a39d5c8864b3c104ea46b46c1bb /testing/ctop/APKBUILD | |
parent | 97c36722d70f32e7c6300ea5bff3243369c71c6f (diff) | |
download | aports-61a3fd6037a4fbb7505751f7c8b1979496f00102.tar.bz2 aports-61a3fd6037a4fbb7505751f7c8b1979496f00102.tar.xz |
testing/ctop: disable on mips
Diffstat (limited to 'testing/ctop/APKBUILD')
-rw-r--r-- | testing/ctop/APKBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/testing/ctop/APKBUILD b/testing/ctop/APKBUILD index cee41d0047..74f0cf7406 100644 --- a/testing/ctop/APKBUILD +++ b/testing/ctop/APKBUILD @@ -5,7 +5,7 @@ pkgver=0.7.2 pkgrel=1 pkgdesc="Top-like interface for container metrics" url="https://ctop.sh/" -arch="all" +arch="all !mips !mips64" # blocked by docker, dep license="MIT" depends="docker" makedepends="go dep" |