From 8919461d019762aada0ded5ed69e7f4aa40588e9 Mon Sep 17 00:00:00 2001 From: Ariadne Conill Date: Thu, 22 Apr 2021 12:14:27 -0600 Subject: [PATCH] testing/lighthouse: disable on aarch64, fails to build --- testing/lighthouse/APKBUILD | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/testing/lighthouse/APKBUILD b/testing/lighthouse/APKBUILD index a9a4075f6f6..5fdb8c0fef2 100644 --- a/testing/lighthouse/APKBUILD +++ b/testing/lighthouse/APKBUILD @@ -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"