Skip to content

Commit

Permalink
Merge pull request #17 from dappnode/pablomendezroyo-patch-1
Browse files Browse the repository at this point in the history
Add arm arch
  • Loading branch information
pablomendezroyo authored Oct 14, 2024
2 parents 2ea48ef + c067e8b commit 525a951
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions dappnode_package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@
"arg": "STAKER_SCRIPTS_VERSION"
}
],
"architectures": ["linux/amd64", "linux/arm64"],
"shortDescription": "Obol Node for Distributed validation + validator client",
"description": "Charon is a GoLang-based, HTTP middleware built by Obol to enable any existing Ethereum validator clients to operate together as part of a distributed validator.\nCharon sits as a middleware between a normal validating client and its connected beacon node, intercepting and proxying API traffic. Multiple Charon clients are configured to communicate together to come to consensus on validator duties and behave as a single unified proof-of-stake validator together. The nodes form a cluster that is byzantine-fault tolerant and continues to progress assuming a supermajority of working/honest nodes is met.",
"type": "service",
Expand Down

0 comments on commit 525a951

Please sign in to comment.