indygreg / python-zstandard

Python bindings to the Zstandard (zstd) compression library
BSD 3-Clause "New" or "Revised" License
499 stars 86 forks source link

Add support for musllinux wheels #193

Closed jdholtz closed 11 months ago

jdholtz commented 1 year ago

Hi! I want to be able to build zstandard on Alpine Linux (for Docker containers) without needing to install the necessary build tools. Currently, building from source takes about 5 minutes for me (and increases the size of the container). It would be great if you could make musllinux wheels to support x86_64, aarch64, and armv7l. Thanks!

indygreg commented 11 months ago

I published musllinux x86_64 and aarch64 wheels in the 0.22.0 release made a few minutes ago. I'll file a separate issue for armv7l arch wheels.

jdholtz commented 11 months ago

Thank you very much!