Add support to release aarch64 wheels
odidev opened this issue · 1 comments
odidev commented
Problem
On aarch64, pip install dumb-init builds the wheels from source code and then install it. It requires user to have development environment installed on his system. also, it take some time to build the wheels than downloading and extracting the wheels from pypi.
Resolution
On aarch64, pip install dumb-init should download the wheels from pypi
@chriskuehl, Please let me know your interest on releasing aarch64 wheels. I can help in this.
asottile commented
note that although pypi allows aarch64 to be uploaded it has not been standardized: pypa/manylinux#84