Adding a Docker-on-QEMU runner for ppc64le
Hi folks,
GStreamer's Orc code library supports a variety of architectures, however the one that has no CI support is ppc64le
.
I've been researching the feasibility of adding a runner for it and it looks very much possible. Considering the slowdown of QEMU emulation, a Docker runner looks like the choice with the least turnaround time. My testing here was done with QEMU 9.0.1 through libvirt and an Alpine 3.20 image, since the distro already packages gitlab-runner
.
Would it be possible to add QEMU based runners fd.o wide? Alternatively, do you consider it'd be best to add them for our project only?
Thanks!