From 2470f92e31cc5b1b5aa9d8765f96294443e2c846 Mon Sep 17 00:00:00 2001 From: Alex Peterson Date: Thu, 8 Sep 2022 18:32:03 -0500 Subject: [PATCH] add ARM64 Arch --- dappnode_package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dappnode_package.json b/dappnode_package.json index c282d59..4a6e1cb 100644 --- a/dappnode_package.json +++ b/dappnode_package.json @@ -4,7 +4,7 @@ "upstreamVersion": "v23.8.0", "upstreamRepo": "status-im/nimbus-eth2", "upstreamArg": "UPSTREAM_VERSION", - "architectures": ["linux/amd64"], + "architectures": ["linux/amd64", "linux/arm64"], "shortDescription": "Nimbus ETH2.0 Beacon chain + validator", "description": "Nimbus is a client implementation that strives to be as lightweight as possible in terms of resources used. This allows it to perform well on embedded systems, resource-restricted devices -- including Raspberry Pis and mobile devices -- and multi-purpose servers.", "type": "service",