c-blosc2
c-blosc2 copied to clipboard
Create a setup for using ARM in GH actions
After fixing https://github.com/Blosc/c-blosc2/issues/392 it is more than evident that we need an ARM platform in our CI. As it seems not a priority for GH Actions to support ARM directly, maybe we can do that through emulation (e.g. https://github.com/jnwatson/py-lmdb/blob/18071c9f11ff153ca04c9c8349523bb877305d19/.github/workflows/python-package.yml#L184).
We use qemu with CMake in zlib-ng.
See #400