From ee6b4fdf2d52584aa19081e1a65976da98f58504 Mon Sep 17 00:00:00 2001 From: William Barnhart Date: Thu, 6 Oct 2022 18:59:01 -0400 Subject: [PATCH] Be more explicit about platform and arch --- examples/gitlab-with-qemu.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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/