aboutsummaryrefslogtreecommitdiffstats
path: root/testing
diff options
context:
space:
mode:
authorAriadne Conill <ariadne@dereferenced.org>2020-04-16 02:37:45 +0000
committerAriadne Conill <ariadne@dereferenced.org>2020-04-16 02:37:45 +0000
commita3a5a3b6b20d2c10d2bfa288b32798c8dd75dfe9 (patch)
tree1faf4a3b31d8d310f4600d0b3f58629214fca340 /testing
parent5e19bdc799436109245f25b1098d45a2c00efe42 (diff)
downloadaports-a3a5a3b6b20d2c10d2bfa288b32798c8dd75dfe9.tar.bz2
aports-a3a5a3b6b20d2c10d2bfa288b32798c8dd75dfe9.tar.xz
testing/nomad: disable on mips
Diffstat (limited to 'testing')
-rw-r--r--testing/nomad/APKBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/testing/nomad/APKBUILD b/testing/nomad/APKBUILD
index 7cf5d9f90a..6ca5072d95 100644
--- a/testing/nomad/APKBUILD
+++ b/testing/nomad/APKBUILD
@@ -5,7 +5,7 @@ pkgver=0.10.3
pkgrel=0
pkgdesc="An easy-to-use, flexible, and performant workload orchestrator"
url="https://www.nomadproject.io/"
-arch="all"
+arch="all !mips !mips64" # blocking on yarn/npm
license="MPL-2.0"
depends="cni-plugins"
makedepends="linux-headers bash make go python2 yarn npm go-bindata-assetfs"