Skip to content

Add ppc64le support

Laura requested to merge lle-bout/gitlab-runner:ppc64le-support into main

What does this MR do?

It adds support for ppc64le

Why was this MR needed?

Because gitlab-runner and the gitlab-runner-helper docker image would not build on ppc64le

Are there points in the code the reviewer needs to double check?

Currently, because docker:dind is not built for ppc64le, one would need to execute the following command prior to using the docker executor.

# docker pull ppc64le/docker:dind; docker tag ppc64le/docker:dind docker:dind

Does this MR meet the acceptance criteria?

  • Documentation created/updated - No documentation is needed
  • Added tests for this feature/bug - Current tests should already work for the build process, ppc64le specific tests of the Docker image and runners would need ppc64le runners, and we can't get ppc64le runners before this gets merged.
  • In case of conflicts with master - branch was rebased

What are the relevant issue numbers

Closes #2941 (closed)

Edited by 🤖 GitLab Bot 🤖

Merge request reports