Add aarch64 support for PyPy

This commit is contained in:
mayeut
2021-05-24 10:32:51 +02:00
parent 7126c1063f
commit c29a701ebc
9 changed files with 41 additions and 22 deletions
+1
View File
@@ -69,6 +69,7 @@ def build(options: BuildOptions) -> None:
("cp", "manylinux_ppc64le", options.manylinux_images["ppc64le"]),
("cp", "manylinux_s390x", options.manylinux_images["s390x"]),
("pp", "manylinux_x86_64", options.manylinux_images["pypy_x86_64"]),
("pp", "manylinux_aarch64", options.manylinux_images["pypy_aarch64"]),
]
cwd = Path.cwd()