Skip to content

Commit

Permalink
fix(release): use glibc 2.17 (yetone#642)
Browse files Browse the repository at this point in the history
  • Loading branch information
yetone authored Sep 26, 2024
1 parent 0c97dfe commit 1fca519
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -56,10 +56,12 @@ jobs:
os_name: linux
arch: x86_64
rust_target: x86_64-unknown-linux-gnu
container: quay.io/pypa/manylinux2014_x86_64
- os: ubuntu-latest
os_name: linux
arch: aarch64
rust_target: aarch64-unknown-linux-gnu
container: quay.io/pypa/manylinux2014_aarch64
- os: macos-13
os_name: darwin
arch: x86_64
Expand All @@ -78,6 +80,7 @@ jobs:
rust_target: aarch64-pc-windows-msvc

runs-on: ${{ matrix.config.os }}
container: ${{ matrix.config.container }}
steps:
- uses: actions/checkout@v4
- uses: Swatinem/rust-cache@v2
Expand Down

0 comments on commit 1fca519

Please sign in to comment.