Skip to content

Commit

Permalink
Auto manylinux for x86
Browse files Browse the repository at this point in the history
  • Loading branch information
Dave Kozma committed Jan 20, 2024
1 parent 90710a6 commit db36a08
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ jobs:
maturin-version: "1.2.0"
args: --release --out dist --find-interpreter
sccache: "true"
manylinux: "manylinux_2_28"
manylinux: ${{ matrix.target == 'aarch64' && 'manylinux_2_28' || 'auto' }}
before-script-linux: "pip install uniffi-bindgen==0.24.1"
- name: Upload wheels
uses: actions/upload-artifact@v3
Expand Down

0 comments on commit db36a08

Please sign in to comment.