Skip to content

Commit

Permalink
chore: add known wheels for armv7l (#960)
Browse files Browse the repository at this point in the history
There are now cmake & ninja wheels available for armv7l, add them to the
list of known wheels.
  • Loading branch information
mayeut authored Dec 20, 2024
1 parent 9170ab8 commit a887a9b
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/scikit_build_core/resources/known_wheels.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,11 @@ known-wheels = [
"musllinux_1_1_ppc64le",
"musllinux_1_1_i686",
"musllinux_1_1_aarch64",
"musllinux_1_2_armv7l",
"manylinux_2_17_s390x",
"manylinux_2_17_ppc64le",
"manylinux_2_17_aarch64",
"manylinux_2_31_armv7l",
"manylinux_2_17_x86_64",
"manylinux_2_17_i686",
"manylinux_2_12_x86_64",
Expand All @@ -29,9 +31,11 @@ known-wheels = [
"musllinux_1_1_ppc64le",
"musllinux_1_1_i686",
"musllinux_1_1_aarch64",
"musllinux_1_2_armv7l",
"manylinux_2_17_s390x",
"manylinux_2_17_ppc64le",
"manylinux_2_17_aarch64",
"manylinux_2_31_armv7l",
"manylinux_2_5_x86_64",
"manylinux_2_5_i686",
]

0 comments on commit a887a9b

Please sign in to comment.