c-blosc2 icon indicating copy to clipboard operation
c-blosc2 copied to clipboard

Create a setup for using ARM in GH actions

Open FrancescAlted opened this issue 3 years ago • 2 comments

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).

FrancescAlted avatar May 07 '22 10:05 FrancescAlted

We use qemu with CMake in zlib-ng.

nmoinvaz avatar May 07 '22 14:05 nmoinvaz

See #400

nmoinvaz avatar May 07 '22 18:05 nmoinvaz