testing/php81-pecl-vips: disable on arm* and aarch64

This commit is contained in:
Andy Postnikov 2024-04-11 02:39:06 +02:00
parent 8d30a3486a
commit 7a0362791b

View File

@ -6,7 +6,7 @@ pkgver=1.0.13
pkgrel=0
pkgdesc="PHP 8.1 extension for interfacing with vips - PECL"
url="https://pecl.php.net/package/vips"
arch="all !x86"
arch="all !x86 !aarch64 !armv7 !armhf" # threads https://gitlab.alpinelinux.org/alpine/aports/-/issues/15972
license="MIT"
depends="php81-common"
makedepends="php81-dev vips-dev"