diff --git a/testing/lua-resty-redis/APKBUILD b/testing/lua-resty-redis/APKBUILD index fd70cfaed84..b902f843e71 100644 --- a/testing/lua-resty-redis/APKBUILD +++ b/testing/lua-resty-redis/APKBUILD @@ -5,7 +5,7 @@ pkgver=0.29 pkgrel=0 pkgdesc="Lua redis client driver for the ngx_lua based on the cosocket API" url="https://github.com/openresty/lua-resty-redis" -arch="noarch !riscv64" # blocked by luajit +arch="noarch !riscv64 !ppc64le" # blocked by luajit license="BSD-2-Clause" depends="luajit" source="https://github.com/openresty/lua-resty-redis/archive/v$pkgver/lua-resty-redis-$pkgver.tar.gz"