Skip to content

Commit

Permalink
pyproject.toml - skip arm on Linux for now
Browse files Browse the repository at this point in the history
  • Loading branch information
K0lb3 committed Oct 22, 2024
1 parent 1649f6d commit 6cc7646
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,8 @@ tests = ["pytest", "pillow", "psutil"]
testpaths = ["tests"]

[tool.cibuildwheel.linux]
archs = ["x86_64", "i686", "aarch64", "armv7l"]
archs = ["x86_64", "i686"]
# auditwheel issues with fmod on: "aarch64", "armv7l"

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

0 comments on commit 6cc7646

Please sign in to comment.