From f9037427b4908d7afda94b77396b6b345bbc289c Mon Sep 17 00:00:00 2001 From: Florian Winkler Date: Mon, 28 Jul 2025 15:39:30 +0200 Subject: [PATCH] restore ARM64 support in architectures field --- dappnode_package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dappnode_package.json b/dappnode_package.json index 92aebd2..cd78310 100644 --- a/dappnode_package.json +++ b/dappnode_package.json @@ -11,7 +11,7 @@ "arg": "STAKER_SCRIPTS_VERSION" } ], - "architectures": ["linux/amd64"], + "architectures": ["linux/amd64", "linux/arm64"], "shortDescription": "Lighthouse ETH2.0 Beacon chain + validator", "description": "Lighthouse is an Ethereum 2.0 client that connects to other Ethereum 2.0 clients to form a resilient and decentralized proof-of-stake blockchain.", "type": "service",