From 6fc05b25f52e0c4f28222a1e8164a46dcac46368 Mon Sep 17 00:00:00 2001 From: David Haukeness Date: Thu, 14 Nov 2024 13:04:09 -0700 Subject: [PATCH] fix: update architectures in snapcraft.yaml to remove i386 support (removed on Core20) --- snapcraft.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/snapcraft.yaml b/snapcraft.yaml index c49933b..79dd4ea 100644 --- a/snapcraft.yaml +++ b/snapcraft.yaml @@ -4,7 +4,7 @@ description: | Mirrorselect is a tool to select the fastest Ubuntu mirrors. It tests both TCP latency and HTTP download speed to determine the fastest mirrors. Alternative to netselct and the mirror protocol. -architectures: [amd64,i386] +architectures: [amd64] base: core24 confinement: strict contact: david@hauken.us