Skip to content

Commit

Permalink
Try aarch64 ppc64le
Browse files Browse the repository at this point in the history
  • Loading branch information
robertodr committed Sep 21, 2023
1 parent 3fddb34 commit 0f9b07c
Showing 1 changed file with 11 additions and 1 deletion.
12 changes: 11 additions & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,17 +48,27 @@ jobs:
- windows-latest

steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
with:
fetch-depth: 0 # such that setuptools_scm can do its job correctly

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

# this will set the system compiler;
- name: Set Windows env
if: matrix.os == 'windows-latest'
uses: ilammy/msvc-dev-cmd@v1

- uses: pypa/[email protected]
env:
# configure cibuildwheel to build native archs ('auto'), and some
# emulated ones
CIBW_ARCHS_LINUX: auto aarch64 ppc64le

# Cross-compile on macOS
CIBW_ARCHS_MACOS: x86_64 arm64

Expand Down

0 comments on commit 0f9b07c

Please sign in to comment.