From 865a42ed764b33158a3cfd536c9a946bd58eb83f Mon Sep 17 00:00:00 2001 From: Alexandre <44178713+alexbelgium@users.noreply.github.com> Date: Wed, 5 Oct 2022 21:35:14 +0200 Subject: [PATCH] Removed armv7 https://github.com/alexbelgium/hassio-addons/issues/506 --- calibre/config.json | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/calibre/config.json b/calibre/config.json index f37f128c6..8c3af3b4e 100644 --- a/calibre/config.json +++ b/calibre/config.json @@ -1,8 +1,7 @@ { "arch": [ "aarch64", - "amd64", - "armv7" + "amd64" ], "codenotary": "alexandrep.github@gmail.com", "description": "e-book manager",