myoung34 / docker-github-actions-runner

This will run the new self-hosted github actions runners with docker-in-docker

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

support for s390x

chantra opened this issue · comments

I am interested in having a s390x version of the runner so it can run on IBM cloud and test software on big-endian machines.

Currently, I am using https://github.com/libbpf/libbpf/tree/master/ci/rootfs/s390x-self-hosted-builder to do this, but would much prefer to have something that runs the same runner setup (scripts, env variable setup...) for both x86_64 and s390x.

Looking at https://github.com/myoung34/docker-github-actions-runner/blob/master/.github/workflows/base.yml#L38 and https://github.com/myoung34/docker-github-actions-runner/actions/runs/3141394647/jobs/5103778322#step:4:247 , at least s390x is an available platform so it is a good start to build automation around it.

I would happily work on this if this is something that you are willing to merge.

If you submit a draft and it works across the major distros (all builds work) im good to add it

Great. Thanks for confirming. I will close that issue now and hopefully come up with a PR as soon as cycles can be spared.

actions/runner#2263 would greatly help in getting native support for s390x!