From db87478ca71a3148e7eae2d3ddd06adc2b75c99a Mon Sep 17 00:00:00 2001 From: Alexandre <44178713+alexbelgium@users.noreply.github.com> Date: Thu, 6 Oct 2022 17:55:58 +0200 Subject: [PATCH] Removed armv7 --- mealie/config.json | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/mealie/config.json b/mealie/config.json index 2bc8f9fb8..f9fe46c3a 100644 --- a/mealie/config.json +++ b/mealie/config.json @@ -1,8 +1,7 @@ { "arch": [ "aarch64", - "amd64", - "armv7" + "amd64" ], "codenotary": "alexandrep.github@gmail.com", "description": "Mealie is a self hosted recipe manager and meal planner built in Vue",