From 24934d6fe39fd1d7136e5c77f4d3a89df1c3e92b Mon Sep 17 00:00:00 2001 From: pablomendezroyo <41727368+pablomendezroyo@users.noreply.github.com> Date: Fri, 19 Sep 2025 12:23:18 +0200 Subject: [PATCH] add arm64 --- dappnode_package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dappnode_package.json b/dappnode_package.json index 872dfee..b409154 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 Consensus Client + Validator Client", "description": "Lighthouse is an Ethereum consensus client based in Rust and developed by [Sigma Prime](https://github.com/sigp/).", "type": "service",