mirror of
https://github.com/cdr/code-server.git
synced 2025-12-06 16:34:35 +01:00
Use Debian archives
Looks like buster has reached the end of its life, but updating to bullseye would increase the glibc version.
This commit is contained in:
parent
bbe1b7fecb
commit
4029c1ec8f
1 changed files with 1 additions and 0 deletions
1
.github/workflows/release.yaml
vendored
1
.github/workflows/release.yaml
vendored
|
|
@ -73,6 +73,7 @@ jobs:
|
||||||
|
|
||||||
- name: Install cross-compiler and system dependencies
|
- name: Install cross-compiler and system dependencies
|
||||||
run: |
|
run: |
|
||||||
|
sed -i 's/deb\.debian\.org/archive.debian.org/g' /etc/apt/sources.list
|
||||||
dpkg --add-architecture $TARGET_ARCH
|
dpkg --add-architecture $TARGET_ARCH
|
||||||
apt update && apt install -y --no-install-recommends \
|
apt update && apt install -y --no-install-recommends \
|
||||||
crossbuild-essential-$TARGET_ARCH \
|
crossbuild-essential-$TARGET_ARCH \
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue