Skip to content

Commit

Permalink
test without emulation
Browse files Browse the repository at this point in the history
  • Loading branch information
ipmb committed Dec 8, 2023
1 parent bbd10a6 commit 7e03fe9
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,19 +17,12 @@ jobs:
with:
submodules: true

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

- name: Build wheels
uses: pypa/[email protected]
with:
output-dir: dist
package-dir: ./uwsgi
env:
CIBW_ARCHS_LINUX: auto aarch64
CIBW_ARCHS_MACOS: x86_64
# cross-compile for arm64 on macos isn't working yet
# https://github.com/lincolnloop/pyuwsgi-wheels/issues/18
Expand Down

0 comments on commit 7e03fe9

Please sign in to comment.