testing/lighthouse: disable on aarch64, fails to build

This commit is contained in:
Ariadne Conill 2021-04-22 12:14:27 -06:00
parent db94c74f2c
commit 8919461d01

View File

@ -5,7 +5,7 @@ pkgver=1.3.0
pkgrel=0
pkgdesc="Ethereum 2.0 Client"
url="https://lighthouse.sigmaprime.io/"
arch="x86_64 aarch64" # limited by upstream
arch="x86_64 !aarch64" # limited by upstream
license="Apache-2.0"
makedepends="cargo cmake openssl-dev protoc"
subpackages="$pkgname-doc"