aboutsummaryrefslogtreecommitdiffstats
path: root/testing/reason/APKBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'testing/reason/APKBUILD')
-rw-r--r--testing/reason/APKBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/testing/reason/APKBUILD b/testing/reason/APKBUILD
index ec29560c03..dd2d6c4120 100644
--- a/testing/reason/APKBUILD
+++ b/testing/reason/APKBUILD
@@ -5,8 +5,8 @@ pkgver=3.0.4
pkgrel=2
pkgdesc="Simple, fast & type safe code that leverages the JavaScript & OCaml ecosystems"
url="https://reasonml.github.io/"
-# x86, armhf, s390x: limited by ocaml aport
-arch="all !x86 !armhf !armv7 !s390x"
+# x86, armhf, s390x, mips, mips64: limited by ocaml aport
+arch="all !x86 !armhf !armv7 !s390x !mips !mips64"
license="MIT"
checkdepends="nodejs utop-full"
_menhirver=20171013