From bf8bde93a4cde875de6ff1757b8806b6bac37f0f Mon Sep 17 00:00:00 2001 From: Alexandre <44178713+alexbelgium@users.noreply.github.com> Date: Mon, 18 Jan 2021 22:23:00 +0100 Subject: [PATCH] Armhf --- bitwarden/config.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bitwarden/config.json b/bitwarden/config.json index 8b81a37b2..66a68060b 100644 --- a/bitwarden/config.json +++ b/bitwarden/config.json @@ -7,7 +7,7 @@ "webui": "[PROTO:ssl]://[HOST]:[PORT:7277]", "startup": "services", "init": false, - "arch": ["aarch64", "amd64", "armv7"], + "arch": ["aarch64", "amd64", "armv7", "armhf"], "boot": "auto", "hassio_api": true, "hassio_role": "default",