build: build node packages on Ubuntu 18.04

Debian 10 has glibc 2.28, so packages built with it
do not work on Ubuntu 18.04.
This commit is contained in:
link2xt
2023-09-06 16:43:28 +00:00
parent 30024abb6c
commit b36b902eeb

View File

@@ -67,7 +67,9 @@ jobs:
# Build Linux prebuilds inside a container with old glibc for backwards compatibility.
# Debian 10 contained glibc 2.28 at the time of the writing (2023-06-04): https://packages.debian.org/buster/libc6
container: debian:10
# Ubuntu 18.04 is at the End of Standard Support since June 2023, but it contains glibc 2.27,
# so we are using it to support Ubuntu 18.04 setups that are still not upgraded.
container: ubuntu:18.04
steps:
# Working directory is owned by 1001:1001 by default.
# Change it to our user.