You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?
The text was updated successfully, but these errors were encountered:
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?
Hi @vojtatom, do you have any idea how our workflow should be modified to add that target?
@lrineau I think it should be as simple as adding another os target into the matrix, but don't quote me on this. If I have time, I might be able to create a fork with an update after testing it and then create a PR.
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:
The text was updated successfully, but these errors were encountered: