Skip to content

Commit

Permalink
Try 'platforms: all' instead of 'platforms: arm64' in the qemu config
Browse files Browse the repository at this point in the history
  • Loading branch information
mdickinson committed Jan 24, 2025
1 parent 5695a2a commit 09ea011
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release-to-pypi.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,10 +19,10 @@ jobs:
uses: actions/checkout@v4

- name: Set up QEMU
if: runner.os == 'Linux'
uses: docker/setup-qemu-action@v3
with:
platforms: arm64
if: runner.os == 'Linux'
platforms: all

- name: Set up Python
uses: actions/setup-python@v5
Expand Down

0 comments on commit 09ea011

Please sign in to comment.