mirror of
https://github.com/coder/code-server.git
synced 2026-01-09 07:44:14 +08: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
.github/workflows/release.yaml
vendored
1
.github/workflows/release.yaml
vendored
@ -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 \
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user