Hi,
I’d like to request the addition of a compilation target for Python package wheels for the manylinux platform on aarch64 architecture.
Many users on amd64 Linux platforms depend on the availability of pre-built wheels to avoid the complexities and potential issues of building from source. By providing manylinux wheels, the installation process becomes more streamlined and accessible, particularly in environments where building from source is not feasible or is time-consuming.
Suggested Implementation:
- Include manylinux2014_aarch64 in your CI/CD pipeline as a target for wheel building?