Skip to content

Commit 74ddfe7

Browse files
committed
Add qemu
1 parent 791677d commit 74ddfe7

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

.github/workflows/build_wheels.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,14 +68,18 @@ jobs:
6868
with:
6969
submodules: 'true'
7070

71+
- uses: docker/setup-qemu-action@v3
72+
with:
73+
platforms: all
74+
7175
- uses: actions/setup-python@v5
7276
with:
7377
python-version: 3.11
7478

7579
- name: Build wheels on Linux
7680
run: pipx run cibuildwheel --output-dir wheelhouse
7781
env:
78-
CIBW_ARCHS_LINUX: x86_64
82+
CIBW_ARCHS_LINUX: "x86_64 aarch64"
7983
CIBW_BEFORE_ALL_LINUX: >
8084
yum -y install openblas-devel lapack-devel &&
8185
bash install_sundials.sh

0 commit comments

Comments
 (0)