Skip to content

Commit

Permalink
Merge pull request #160 from kpark-hrp/kpark/qemu-build-aarch64
Browse files Browse the repository at this point in the history
Build wheels in multiple platforms with QEMU
  • Loading branch information
oschwald committed Apr 12, 2024
2 parents 06f7bac + ae53e6b commit 0ceb187
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,11 +23,20 @@ jobs:
with:
submodules: true

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

- name: Build wheels
uses: pypa/cibuildwheel@v2.17.0
env:
CIBW_BUILD_VERBOSITY: 1
MAXMINDDB_REQUIRE_EXTENSION: 1
# configure cibuildwheel to build native archs ('auto'), and some
# emulated ones
CIBW_ARCHS_LINUX: auto aarch64

- uses: actions/upload-artifact@v4
with:
Expand Down

0 comments on commit 0ceb187

Please sign in to comment.