Skip to content

Commit

Permalink
Build static linux binary on Ubuntu 22.04
Browse files Browse the repository at this point in the history
On Github Actions, ubuntu-latest is now ubuntu-24.04, which uses a new
version of glibc (2.39). As a result, the binaries do not work on
systems using an older version of glibc, like Debian Bookworm.

Continue to build the static linux binary on Ubuntu 22.04 (with glibc
2.35) for better compatibility.

Fixes Genymobile#5689 <Genymobile#5689>
  • Loading branch information
rom1v committed Dec 22, 2024
1 parent fb47b87 commit 218384f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ jobs:
run: release/test_client.sh

build-linux-x86_64:
runs-on: ubuntu-latest
runs-on: ubuntu-22.04
steps:
- name: Check architecture
run: |
Expand Down

0 comments on commit 218384f

Please sign in to comment.