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 90710a6 commit db36a08Copy full SHA for db36a08
.github/workflows/ci.yml
@@ -42,7 +42,7 @@ jobs:
42
maturin-version: "1.2.0"
43
args: --release --out dist --find-interpreter
44
sccache: "true"
45
- manylinux: "manylinux_2_28"
+ manylinux: ${{ matrix.target == 'aarch64' && 'manylinux_2_28' || 'auto' }}
46
before-script-linux: "pip install uniffi-bindgen==0.24.1"
47
- name: Upload wheels
48
uses: actions/upload-artifact@v3
0 commit comments