From d5836364717794ff0ab533978e7fe68373000ec5 Mon Sep 17 00:00:00 2001 From: Alexandre <44178713+alexbelgium@users.noreply.github.com> Date: Fri, 9 Aug 2024 14:55:50 +0200 Subject: [PATCH] Remove armv7 --- kometa/config.json | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/kometa/config.json b/kometa/config.json index 8a5979adb..89b52dfd2 100644 --- a/kometa/config.json +++ b/kometa/config.json @@ -1,8 +1,7 @@ { "arch": [ "aarch64", - "amd64", - "armv7" + "amd64" ], "codenotary": "alexandrep.github@gmail.com", "description": "Python script to update metadata information for movies, shows, and collections as well as automatically build collections",