diff options
-rw-r--r-- | testing/php7-pecl-grpc/APKBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/testing/php7-pecl-grpc/APKBUILD b/testing/php7-pecl-grpc/APKBUILD index 83824e68e0..4f72a1b613 100644 --- a/testing/php7-pecl-grpc/APKBUILD +++ b/testing/php7-pecl-grpc/APKBUILD @@ -5,7 +5,7 @@ pkgver=1.18.0 pkgrel=0 pkgdesc="PHP extension provide a concrete implementation of the gRPC protocol, layered over HTTP/2." url="https://pecl.php.net/package/grpc" -arch="all" +arch="all !s390x !ppc64le" license="Apache-2.0" depends="php7-common" makedepends="php7-dev autoconf re2c openssl-dev protobuf-dev zlib-dev" |