From 4029c1ec8f0c962277a5a988bf17556f6cc07060 Mon Sep 17 00:00:00 2001 From: Asher Date: Tue, 15 Jul 2025 15:03:43 -0800 Subject: [PATCH] Use Debian archives Looks like buster has reached the end of its life, but updating to bullseye would increase the glibc version. --- .github/workflows/release.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index ee9039f92..d5223c048 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -73,6 +73,7 @@ jobs: - name: Install cross-compiler and system dependencies run: | + sed -i 's/deb\.debian\.org/archive.debian.org/g' /etc/apt/sources.list dpkg --add-architecture $TARGET_ARCH apt update && apt install -y --no-install-recommends \ crossbuild-essential-$TARGET_ARCH \