Skip to content

Commit db36a08

Browse files
author
Dave Kozma
committed
Auto manylinux for x86
1 parent 90710a6 commit db36a08

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ jobs:
4242
maturin-version: "1.2.0"
4343
args: --release --out dist --find-interpreter
4444
sccache: "true"
45-
manylinux: "manylinux_2_28"
45+
manylinux: ${{ matrix.target == 'aarch64' && 'manylinux_2_28' || 'auto' }}
4646
before-script-linux: "pip install uniffi-bindgen==0.24.1"
4747
- name: Upload wheels
4848
uses: actions/upload-artifact@v3

0 commit comments

Comments
 (0)