Fix building wheels for linux aarch64. (#1821)

This commit is contained in:
Fangjun Kuang
2025-02-08 15:26:53 +08:00
committed by GitHub
parent 69f489f0cd
commit ee7e6228fd
2 changed files with 5 additions and 12 deletions

View File

@@ -20,18 +20,13 @@ jobs:
strategy:
fail-fast: false
matrix:
os: [ubuntu-20.04]
os: [ubuntu-22.04-arm]
python-version: ["cp37", "cp38", "cp39", "cp310", "cp311", "cp312", "cp313"]
manylinux: [manylinux2014] #, manylinux_2_28]
steps:
- uses: actions/checkout@v4
- name: Set up QEMU
uses: docker/setup-qemu-action@v2
with:
platforms: all
# see https://cibuildwheel.readthedocs.io/en/stable/changelog/
# for a list of versions
- name: Build wheels