From 61e2aeb419816667fe3a68a7a3ff7caf1aa9dbcd Mon Sep 17 00:00:00 2001 From: Nicola Soranzo Date: Sat, 29 Jun 2024 00:45:43 +0100 Subject: [PATCH] Set up QEMU to build non-native architectures --- .github/workflows/ci.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index f6792aa..7bf491e 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -81,6 +81,9 @@ jobs: path: ../workflow_artifacts/ - name: Install required Python packages run: python -m pip install build cibuildwheel PyYAML requests + - name: Set up QEMU to build non-native architectures + if: runner.os == 'Linux' + uses: docker/setup-qemu-action@v3 - name: Build wheels run: | while read -r folder; do