Add aarch64 support for PyPy
This commit is contained in:
@@ -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()
|
||||
|
||||
Reference in New Issue
Block a user