From 40c739c5a4fb02bb81462260cef928814be06b84 Mon Sep 17 00:00:00 2001 From: fallenbagel <98979876+Fallenbagel@users.noreply.github.com> Date: Tue, 7 Nov 2023 04:42:36 +0500 Subject: [PATCH] ci(build): changes the base of the snap build to fix compatibility issues with GLIBC version Changes base to core20 in an attempt to fix the error `node: /lib/x86_64-linux-gnu/libc.so.6: version `GLIBC_2.28' not found (required by node)` during snap builds --- snap/snapcraft.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/snap/snapcraft.yaml b/snap/snapcraft.yaml index 368c139ba..b83099428 100644 --- a/snap/snapcraft.yaml +++ b/snap/snapcraft.yaml @@ -6,7 +6,7 @@ description: > Jellyseerr is a free and open source software application for managing requests for your media library. It is a a fork of Overseerr built to bring support for & focusing mainly on Jellyfin & Emby media servers! It integrates with your existing services such as Sonarr, Radarr, and Jellyfin/Emby/Plex. -base: core18 +base: core20 confinement: strict architectures: