Adding ubuntu-22.04 for x86_64 in .github/workflows/release.yml (as you made it for gitlogue) drops several dependency versions, but especially the libc6 dependency from 2.39 to 2.35. For pre-Trixie (13) Debian-based systems (i.e. Debian (12) Bookworm), this would be really helpful!
I can't currently run the artifact for the latest release on my Debian Bookworm, but could (at least based on the error I'm currently getting) if it were built against the Ubuntu 22.04 version 🙏
❯ gittype
gittype: /lib/x86_64-linux-gnu/libc.so.6: version `GLIBC_2.38' not found (required by gittype)
gittype: /lib/x86_64-linux-gnu/libc.so.6: version `GLIBC_2.39' not found (required by gittype)
Adding
ubuntu-22.04forx86_64in .github/workflows/release.yml (as you made it for gitlogue) drops several dependency versions, but especially the libc6 dependency from 2.39 to 2.35. For pre-Trixie (13) Debian-based systems (i.e. Debian (12) Bookworm), this would be really helpful!I can't currently run the artifact for the latest release on my Debian Bookworm, but could (at least based on the error I'm currently getting) if it were built against the Ubuntu 22.04 version 🙏