python-hyper / brotlicffi

Python bindings to the Brotli compression library
MIT License
147 stars 27 forks source link

Add linux aarch64 wheel support #181

Closed odidev closed 3 years ago

odidev commented 3 years ago

Added linux aarch64 wheel support. Closes #180. @sethmlarson could you please have a look at this PR.

odidev commented 3 years ago

Thanks for opening this, I have concerns about how long the CI is for aarch64, is it possible to only have one aarch64 build while maintaining reasonable guarantees that things don't break? (No prior experience building wheels with ARM)

I have removed the aarch64 test job as it was taking more time compared to x86. I have tested the package for aarch64 and it is working fine. Please release the wheels, if there are any issues in future I will take care of it.