Skip to content

Commit 815e0c1

Browse files
committed
Build aarch64 wheel on Linux
1 parent b1a2bfd commit 815e0c1

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.github/workflows/build.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,8 +36,14 @@ jobs:
3636
cache-dependency-glob: |
3737
**/pyproject.toml
3838
**/setup.py
39+
- if: runner.os == 'Linux'
40+
uses: docker/setup-qemu-action@v3
41+
with:
42+
platforms: all
3943
- run: uvx -p 3.12 cibuildwheel
4044
shell: bash
45+
env:
46+
CIBW_ARCHS_LINUX: auto aarch64
4147
- uses: actions/upload-artifact@v4
4248
with:
4349
name: dist-${{ matrix.runs-on }}-${{ strategy.job-index }}

0 commit comments

Comments
 (0)