Skip to content

Commit

Permalink
Set up QEMU to build non-native architectures
Browse files Browse the repository at this point in the history
  • Loading branch information
nsoranzo committed Jun 28, 2024
1 parent c4369bc commit 61e2aeb
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 61e2aeb

Please sign in to comment.