Skip to content

Commit

Permalink
Skip some archs
Browse files Browse the repository at this point in the history
  • Loading branch information
haiiliin authored Jul 29, 2024
1 parent 1e07666 commit 6ea8f96
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions python/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -83,10 +83,10 @@ musllinux-ppc64le-image = "musllinux_1_1"
musllinux-s390x-image = "musllinux_1_1"

[tool.cibuildwheel.windows]
archs = ["AMD64", "ARM64", "x86"]
archs = ["AMD64", "x86"]

[tool.cibuildwheel.macos]
archs = ["universal2"]
archs = ["x86_64", "arm64"]

[tool.cibuildwheel.linux]
archs = ["x86_64", "i686", "aarch64", "ppc64le", "s390x"]
Expand Down

0 comments on commit 6ea8f96

Please sign in to comment.