Hacker News new | ask | show | jobs
by xvilka 2058 days ago
Travis CI has unique feature - support for ARMv8, PowerPC, and SystemZ build environments. GitHub doesn't have this multiplatform building environment.
2 comments

You still can use that for free if you disable osx and not use too many parallel build jobs. I just removed all of the osx jobs from all my repos. Even a PR can trigger that new pricing model.
https://github.com/uraimo/run-on-arch-action

It's on qemu, not that fast but it works.