Skip to content

Commit

Permalink
Bump QEMU version for aarch64 build
Browse files Browse the repository at this point in the history
  • Loading branch information
dofuuz committed May 18, 2024
1 parent cae42bf commit c7c65be
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/build-dist.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
uses: pypa/[email protected]
env:
# Skip builds(save time / avoid build error)
CIBW_SKIP: "cp36-* pp* *-musllinux_* *_i686 *-win32"
CIBW_SKIP: "pp* *-musllinux_* *_i686 *-win32"
CIBW_ARCHS_MACOS: x86_64 arm64
CIBW_BUILD_FRONTEND: "build"

Expand All @@ -53,7 +53,7 @@ jobs:
submodules: true

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

Expand All @@ -62,7 +62,6 @@ jobs:
env:
CIBW_ARCHS_LINUX: aarch64
CIBW_BUILD: cp*-manylinux_aarch64
CIBW_SKIP: "cp36-*"
CIBW_BUILD_FRONTEND: "build"

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

0 comments on commit c7c65be

Please sign in to comment.