diff options
-rw-r--r-- | testing/openresty/APKBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/testing/openresty/APKBUILD b/testing/openresty/APKBUILD index 1ec191d446..69bc5a3960 100644 --- a/testing/openresty/APKBUILD +++ b/testing/openresty/APKBUILD @@ -5,7 +5,7 @@ pkgver=1.13.6.2 pkgrel=0 pkgdesc="Scalable Web Platform by Extending NGINX with Lua" url="https://openresty.org/" -arch="all" +arch="all !ppc64le !s390x" # LuaJIT build errors license="BSD-2-Clause" options="!check" # tests environment not available provides="cmd:nginx" |