From 1a9d8e13a05fdaf68086607dffff36e63d556d19 Mon Sep 17 00:00:00 2001 From: pablo Date: Wed, 6 Oct 2021 08:42:59 +0200 Subject: [PATCH] added arm architecture --- dappnode_package.json | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/dappnode_package.json b/dappnode_package.json index 6828cd7..89bc5ef 100644 --- a/dappnode_package.json +++ b/dappnode_package.json @@ -2,15 +2,14 @@ "name": "rotki.dnp.dappnode.eth", "version": "0.1.0", "upstreamVersion": "v1.21.0", + "architectures": ["linux/amd64", "linux/arm64"], "upstreamRepo": "rotki/rotki", "upstreamArg": "UPSTREAM_VERSION", "shortDescription": "Accounting and analytics tool that protects your privacy", "description": "Rotki is an open source portfolio tracker, accounting and analytics tool that protects your privacy.\n\nRotki offers tracking of all your crypto assets no matter where they are. Be it on a blockchain, a DeFi protocol or on one of the supported exchanges.\n\nMore information about the source project can be found at [their official website](https://rotki.com/)", "type": "service", "author": "DAppNode Association (https://github.com/dappnode)", - "contributors": [ - "pablo (https://github.com/pablomendezroyo)" - ], + "contributors": ["pablo (https://github.com/pablomendezroyo)"], "categories": ["Blockchain"], "repository": { "type": "git",