Skip to content

Commit

Permalink
ci: build on older ubuntu
Browse files Browse the repository at this point in the history
This *might* fix the installer not working on systems that don't have glibc 3.4.29, such as debian bullseye
  • Loading branch information
Vendicated authored Dec 18, 2022
1 parent 5341902 commit 1f677a9
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 @@ -12,7 +12,7 @@ env:

jobs:
build-linux:
runs-on: ubuntu-latest
runs-on: ubuntu-20.04 # hopefully older glibc for better compatibility on systems like debian bullseye

steps:
- name: Install Go
Expand Down

0 comments on commit 1f677a9

Please sign in to comment.