Skip to content

Commit c7c65be

Browse files
committedMay 18, 2024·
Bump QEMU version for aarch64 build
1 parent cae42bf commit c7c65be

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed
 

‎.github/workflows/build-dist.yml

+2-3
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
uses: pypa/cibuildwheel@v2.16.5
2929
env:
3030
# Skip builds(save time / avoid build error)
31-
CIBW_SKIP: "cp36-* pp* *-musllinux_* *_i686 *-win32"
31+
CIBW_SKIP: "pp* *-musllinux_* *_i686 *-win32"
3232
CIBW_ARCHS_MACOS: x86_64 arm64
3333
CIBW_BUILD_FRONTEND: "build"
3434

@@ -53,7 +53,7 @@ jobs:
5353
submodules: true
5454

5555
- name: Set up QEMU
56-
uses: docker/setup-qemu-action@v2
56+
uses: docker/setup-qemu-action@v3
5757
with:
5858
platforms: all
5959

@@ -62,7 +62,6 @@ jobs:
6262
env:
6363
CIBW_ARCHS_LINUX: aarch64
6464
CIBW_BUILD: cp*-manylinux_aarch64
65-
CIBW_SKIP: "cp36-*"
6665
CIBW_BUILD_FRONTEND: "build"
6766

6867
- uses: actions/upload-artifact@v4

0 commit comments

Comments
 (0)
Please sign in to comment.