From 8a2930b85186fc1d776f9807a33896c0e9f8d869 Mon Sep 17 00:00:00 2001 From: Alexandre Date: Tue, 18 Jan 2022 17:36:01 +0100 Subject: [PATCH] allow armhf --- bitwarden/config.json | 2 +- flexget/config.json | 2 +- nextcloud/config.json | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/bitwarden/config.json b/bitwarden/config.json index 4d2acdcc8..14fed62c9 100644 --- a/bitwarden/config.json +++ b/bitwarden/config.json @@ -1,6 +1,6 @@ { "apparmor": true, - "arch": ["aarch64", "amd64", "armv7"], + "arch": ["aarch64", "amd64", "armv7", "armhf"], "description": "Open source password management solution", "init": false, "map": ["ssl"], diff --git a/flexget/config.json b/flexget/config.json index eed685552..61dd97abf 100644 --- a/flexget/config.json +++ b/flexget/config.json @@ -1,6 +1,6 @@ { "apparmor": true, - "arch": ["aarch64", "amd64", "armhf", "armv7"], + "arch": ["aarch64", "amd64", "armv7", "armhf"], "description": "FlexGet is a multipurpose automation tool for all of your media", "image": "ghcr.io/alexbelgium/flexget-{arch}", "environment": { diff --git a/nextcloud/config.json b/nextcloud/config.json index 53b7a6fca..32e763d37 100644 --- a/nextcloud/config.json +++ b/nextcloud/config.json @@ -41,7 +41,7 @@ "ingress": false, "hassio_api": true, "ingress_port": 0, - "arch": ["aarch64", "amd64", "armv7"], + "arch": ["aarch64", "amd64", "armv7", "armhf"], "description": "Nextcloud for Home Assistant", "boot": "manual", "uart": true,