Skip to content

Commit

Permalink
Switch back to 20.04 for Linux builds
Browse files Browse the repository at this point in the history
For GLIBC compatibility or else we may get errors like this when using
the transport with newer versions of GLIBC:

/lib/x86_64-linux-gnu/libc.so.6: version `GLIBC_2.33' not found

Co-authored-by: Nate Vick <nate.vick@hint.io>
  • Loading branch information
benjaminwood and natevick committed Nov 3, 2023
1 parent 561dbc9 commit fda9533
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/pre-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,14 +13,14 @@ jobs:
matrix:
platform:
- release_for: Linux-x86_64
os: ubuntu-22.04
os: ubuntu-20.04
target: x86_64-unknown-linux-gnu
bin: transport
name: transport-Linux-x86_64.tar.gz
command: build

- release_for: Linux-aarch64
os: ubuntu-22.04
os: ubuntu-20.04
target: aarch64-unknown-linux-gnu
bin: transport
name: transport-Linux-aarch64.tar.gz
Expand Down

0 comments on commit fda9533

Please sign in to comment.