Skip to content

Commit

Permalink
watcher-py: explicitly build the three most common arches on linux
Browse files Browse the repository at this point in the history
  • Loading branch information
Will committed Jul 15, 2024
1 parent 3784950 commit c954acf
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -22,3 +22,6 @@ manylinux-pypy_x86_64-image = "manylinux2014"
manylinux-pypy_aarch64-image = "manylinux2014"
musllinux-x86_64-image = "musllinux_1_2"
musllinux-aarch64-image = "musllinux_1_2"

[tool.cibuildwheel.linux]
archs = ["x86_64", "i686", "aarch64"]

0 comments on commit c954acf

Please sign in to comment.