feat: add manylinux armv7l (#2052)

This commit is contained in:
Matthieu Darbois
2024-11-15 19:07:24 -05:00
committed by GitHub
parent 6f21f84a71
commit df6f886390
12 changed files with 92 additions and 44 deletions
+1
View File
@@ -23,6 +23,7 @@ PLATFORM_IDENTIFIER_DESCRIPTIONS: Final[dict[str, str]] = {
"manylinux_aarch64": "manylinux aarch64",
"manylinux_ppc64le": "manylinux ppc64le",
"manylinux_s390x": "manylinux s390x",
"manylinux_armv7l": "manylinux armv7l",
"musllinux_x86_64": "musllinux x86_64",
"musllinux_i686": "musllinux i686",
"musllinux_aarch64": "musllinux aarch64",