Skip to content

Commit

Permalink
Remove Win32 and Linux AArch64 build.
Browse files Browse the repository at this point in the history
- Win32 never builds a 32bit binary.
- Linux AArch64 is build for undefined platform manylinux1_aarch64 (pypa/cibuildwheel#1972)
  • Loading branch information
Rot127 committed Aug 15, 2024
1 parent 2f79935 commit 2487730
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/python-publish-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,8 @@ jobs:
uses: pypa/cibuildwheel@v2.20.0
env:
CIBW_ARCHS_MACOS: "x86_64 universal2 arm64"
CIBW_ARCHS_LINUX: "x86_64 i686 aarch64" # ppc64le s390x really slow
CIBW_ARCHS_WINDOWS: "AMD64 x86" # ARM64 Seems ARM64 will rebuild amd64 wheel for unknow reason.
CIBW_ARCHS_LINUX: "x86_64 i686" # ppc64le s390x really slow
CIBW_ARCHS_WINDOWS: "AMD64" # ARM64 Seems ARM64 will rebuild amd64 wheel for unknow reason.
CIBW_BUILD: "cp38-* cp39-* cp310-* cp311-* cp312-*"
CIBW_SKIP: ""
with:
Expand Down

0 comments on commit 2487730

Please sign in to comment.