uraimo / run-on-arch-action

A Github Action that executes jobs/commands on non-x86 cpu architectures (ARMv6, ARMv7, aarch64, s390x, ppc64le, riscv64) via QEMU
BSD 3-Clause "New" or "Revised" License
677 stars 149 forks source link

Add manylinux 2_24 & 2_28 #84

Closed nim65s closed 2 years ago

nim65s commented 2 years ago

Hi,

Thanks for this super nice project !

This PR add support for the https://github.com/pypa/manylinux distribution. This allows to create binary python wheels and upload them to PyPI through github action.

Here is an example: https://github.com/cmake-wheel/cmeel-example/blob/main/.github/workflows/release.yml And the corresponding published package: https://pypi.org/project/cmeel-example/#files

Cheers !

nim65s commented 2 years ago

Hi, I found out that cibuildwheel use docker/setup-qemu-action, so I'll stick to this. Feel free to merge this contribution if you want, but I'm closing this PR.