mirror of
https://github.com/0xMassi/webclaw.git
synced 2026-06-29 03:39:37 +02:00
Merge pull request #74 from 0xMassi/fix/linux-glibc-ubuntu-2204
ci(release): build Linux binaries on ubuntu-22.04 for older-glibc support
This commit is contained in:
commit
07c105b5cb
1 changed files with 8 additions and 2 deletions
10
.github/workflows/release.yml
vendored
10
.github/workflows/release.yml
vendored
|
|
@ -36,10 +36,16 @@ jobs:
|
||||||
os: macos-latest
|
os: macos-latest
|
||||||
- target: aarch64-apple-darwin
|
- target: aarch64-apple-darwin
|
||||||
os: macos-latest
|
os: macos-latest
|
||||||
|
# Linux targets pin to ubuntu-22.04 (glibc 2.35), NOT ubuntu-latest
|
||||||
|
# (24.04 = glibc 2.39): glibc is forward- but not backward-compatible,
|
||||||
|
# so binaries built on 24.04 require GLIBC_2.38 and won't start on
|
||||||
|
# older LTS distros (Debian 12, Ubuntu 22.04). The aarch64 cross
|
||||||
|
# toolchain tracks the runner's distro too, so this lowers both
|
||||||
|
# targets. See #73. Don't bump to ubuntu-latest.
|
||||||
- target: x86_64-unknown-linux-gnu
|
- target: x86_64-unknown-linux-gnu
|
||||||
os: ubuntu-latest
|
os: ubuntu-22.04
|
||||||
- target: aarch64-unknown-linux-gnu
|
- target: aarch64-unknown-linux-gnu
|
||||||
os: ubuntu-latest
|
os: ubuntu-22.04
|
||||||
- target: x86_64-pc-windows-msvc
|
- target: x86_64-pc-windows-msvc
|
||||||
os: windows-latest
|
os: windows-latest
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue