Open
Description
Based on https://launchpad.net/~gohugoio/+snap/hugo-dev, two additional architectures: PowerPC (ppc64le
and armhf (most likely armv7l
) can be added.
- 🔋 Build wheels for PowerPC64 little-endian (
ppc64le
) #92 - Not sure for armhf, it's blocked on
manylinux
due to the absence of CI runners (ARM builds? pypa/manylinux#1405, feature: add musllinux_1_2_armv7l pypa/manylinux#1455), and subsequentlycibuildwheel
(arm32 / armv7l wheels pypa/cibuildwheel#1421), or they need to be built withZig
(Cross-compile builds pypa/manylinux#1125), and those are some which I won't be publishing to PyPI at this time, even though thepowerpc64le-linux-gnu
target triplet is working).