From 4de4c07ca1f896ab853cbffdd3bf6b1be1a15f73 Mon Sep 17 00:00:00 2001 From: Alexandre <44178713+alexbelgium@users.noreply.github.com> Date: Tue, 18 Jan 2022 17:34:04 +0100 Subject: [PATCH] Update config.json --- nextcloud/config.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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,