Open jacob-carlborg opened 1 year ago
@vshymanskyy If you're only interested in testing for Big-Endian you can use Linux and run the tests with Docker and QEMU instead of using this action. I've added some documentation for how to do this [1].
[1] https://github.com/cross-platform-actions/action#linux-on-non-x86-architectures
Yes, thank you. This is exactly how I do it atm.
Additionally, I use the addnab/docker-run-action@v3
action that simplifies running the docker.
This one would be great, as it would allow CI and tests for Big-Endian environments.