aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--testing/lowjs/APKBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/testing/lowjs/APKBUILD b/testing/lowjs/APKBUILD
index 8c30b77e7d..d63973a957 100644
--- a/testing/lowjs/APKBUILD
+++ b/testing/lowjs/APKBUILD
@@ -9,7 +9,7 @@ _gitrev_duktape="44ca54f726bfa651a7ab59286dd5c371dba2ddfc"
pkgrel=0
pkgdesc="A port of Node.JS with far lower system requirements"
url="https://www.neonious.com/lowjs/"
-arch="all"
+arch="all !s390x !ppc64le" # excluded archs are not supported
license="custom"
makedepends="c-ares-dev cmake jq mbedtls-dev npm python2 py2-pip"
subpackages="$pkgname-doc"