Skip to content

Commit

Permalink
add back qimu
Browse files Browse the repository at this point in the history
  • Loading branch information
codekansas committed Nov 24, 2024
1 parent aa2b73b commit f4d9eae
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,11 @@ jobs:
pip install cibuildwheel
shell: bash

- name: Set up QEMU
uses: docker/setup-qemu-action@v2
with:
platforms: all

- name: Build package
env:
CIBW_SKIP: "pp* *-musllinux*" # Skip PyPy and musllinux builds
Expand All @@ -53,6 +58,7 @@ jobs:
CIBW_BEFORE_ALL_MACOS: |
brew install protobuf
CIBW_ARCHS_LINUX: auto aarch64 ppc64le s390x
CIBW_QEMU: "true"
CIBW_BEFORE_BUILD: |
curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh -s -- -y
source $HOME/.cargo/env
Expand Down

0 comments on commit f4d9eae

Please sign in to comment.