From f30741b3d65a579321f1e1ab25e89669c611732c Mon Sep 17 00:00:00 2001 From: Alexandre <44178713+alexbelgium@users.noreply.github.com> Date: Fri, 24 Nov 2023 14:00:02 +0100 Subject: [PATCH] Add armv7 https://github.com/alexbelgium/hassio-addons/issues/889#issuecomment-1825255554 --- paperless_ngx/config.json | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/paperless_ngx/config.json b/paperless_ngx/config.json index 549af3f2e..5a8e5e8b6 100644 --- a/paperless_ngx/config.json +++ b/paperless_ngx/config.json @@ -1,7 +1,8 @@ { "arch": [ "aarch64", - "amd64" + "amd64", + "armv7" ], "codenotary": "alexandrep.github@gmail.com", "description": "Scan, index and archive all your physical documents", @@ -126,6 +127,6 @@ "slug": "paperless_ng", "udev": true, "url": "https://github.com/alexbelgium/hassio-addons", - "version": "2.0.0.1-9", + "version": "2.0.0.1-10", "webui": "http://[HOST]:[PORT:8000]" }