Skip to content

Commit

Permalink
ci(binary): Build binary on ubuntu 20.04 for lower glibc requirement (#…
Browse files Browse the repository at this point in the history
…3586)

Build release binaries in ubuntu 20.04 this lowers the glibc
requirements of the resulting binaries. This was unintentionally bumped
when adding the ARM builds and broke the binary for older glibc versions
in the 24.4.2 release.
  • Loading branch information
Dav1dde authored May 14, 2024
1 parent a0b1eef commit 5cbd814
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build_binary.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ env:
jobs:
linux:
name: Linux
runs-on: ubuntu-latest
runs-on: ubuntu-20.04

steps:
- uses: actions/checkout@v4
Expand Down

0 comments on commit 5cbd814

Please sign in to comment.