Skip to content

Commit

Permalink
skip musllinux aarch64
Browse files Browse the repository at this point in the history
  • Loading branch information
hauntsaninja committed Dec 28, 2024
1 parent 8f07ae8 commit 62d9ca2
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion cibuildwheel.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,12 +6,13 @@ linux.manylinux-aarch64-image = "manylinux_2_28"
linux.musllinux-x86_64-image = "musllinux_1_1" # Change to musllinux_1_2 at some point
linux.musllinux-aarch64-image = "musllinux_1_1" # Change to musllinux_1_2 at some point

# Don't build 32-bit wheels or PyPy
# Don't build 32-bit wheels / PyPy / musllinux arm64
skip = [
"*-manylinux_i686",
"*-musllinux_i686",
"*-win32",
"pp*",
"*-musllinux_aarch64",
]

# Python 3.8 can't be tested on macOS arm64
Expand Down

0 comments on commit 62d9ca2

Please sign in to comment.