diff --git a/examples/gitlab-with-qemu.yml b/examples/gitlab-with-qemu.yml index a67d491a..1f5b11b4 100644 --- a/examples/gitlab-with-qemu.yml +++ b/examples/gitlab-with-qemu.yml @@ -15,7 +15,8 @@ linux: # Warning: This is extremely slow, be careful with how many wheels you build - docker run --rm --privileged multiarch/qemu-user-static --reset -p yes - python -m pip install cibuildwheel==2.10.2 - - cibuildwheel --output-dir wheelhouse + # Assuming your CI runner's default architecture is x86_64... + - cibuildwheel --output-dir wheelhouse --platform linux --archs aarch64 artifacts: paths: - wheelhouse/