We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f274f55 commit d188c1dCopy full SHA for d188c1d
1 file changed
.github/workflows/release.yml
@@ -21,12 +21,12 @@ jobs:
21
fail-fast: false
22
matrix:
23
include:
24
- # Linux x64
25
- - runner: ubuntu-latest
+ # Linux x64 (Ubuntu 20.04 for GLIBC 2.31 compatibility)
+ - runner: ubuntu-20.04
26
platform: linux-x86_64
27
target: x86_64-unknown-linux-gnu
28
- # Linux ARM64
29
- - runner: ubuntu-24.04-arm
+ # Linux ARM64 (Ubuntu 22.04 for GLIBC 2.35 compatibility)
+ - runner: ubuntu-22.04-arm
30
platform: linux-aarch64
31
target: aarch64-unknown-linux-gnu
32
# macOS ARM64 (Apple Silicon)
@@ -210,3 +210,4 @@ jobs:
210
env:
211
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
212
213
+
0 commit comments