From 210d1fd22078f2bdde46a3381253a71b25e914fb Mon Sep 17 00:00:00 2001 From: Alexandre <44178713+alexbelgium@users.noreply.github.com> Date: Sat, 5 Oct 2024 08:21:11 +0200 Subject: [PATCH] Remove Armv7 --- whoogle/config.json | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/whoogle/config.json b/whoogle/config.json index 206cbde90..757a87b20 100644 --- a/whoogle/config.json +++ b/whoogle/config.json @@ -1,8 +1,7 @@ { "arch": [ "aarch64", - "amd64", - "armv7" + "amd64" ], "codenotary": "alexandrep.github@gmail.com", "description": "Self-hosted, ad-free, privacy-respecting metasearch engine",