Skip to content

Commit

Permalink
workaround bug qemu emulation
Browse files Browse the repository at this point in the history
  • Loading branch information
maxbachmann authored Jan 30, 2025
1 parent 4c769f4 commit bb94724
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/releasebuild.yml
Original file line number Diff line number Diff line change
Expand Up @@ -175,6 +175,11 @@ jobs:

- uses: docker/setup-qemu-action@v3
name: Set up QEMU
with:
# This should be temporary
# xref https://github.com/docker/setup-qemu-action/issues/188
# xref https://github.com/tonistiigi/binfmt/issues/215
image: tonistiigi/binfmt:qemu-v8.1.5

- name: Build wheel
uses: pypa/[email protected]
Expand Down

0 comments on commit bb94724

Please sign in to comment.