cross-platform-actions / action

Cross-platform GitHub action
MIT License
140 stars 19 forks source link

Add support for System Z #44

Open jacob-carlborg opened 1 year ago

vshymanskyy commented 11 months ago

This one would be great, as it would allow CI and tests for Big-Endian environments.

jacob-carlborg commented 11 months 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

vshymanskyy commented 11 months ago

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.