Skip to content

Publish a GitLab Runner Docker image for Linux on IBM Z

What does this MR do?

Adds support for s390x architecture in:

  • .deb packages
  • .rpm packages
  • Runner docker image script
    • Git LFS and dumb-init dependencies

Why was this MR needed?

See #25320 (closed)

What's the best way to test this MR?

make release_docker_images DOCKER_HUB_REPOSITORY=your-handle/gitlab-runner DOCKER_HUB_USER=your-handle DOCKER_HUB_PASSWORD=<your-password> TARGET_ARCHS="s390x" IS_LATEST=true

Run the generated image on an s390x machine or emulation.

What are the relevant issue numbers?

Closes #25320 (closed)

Edited by Steve Xuereb

Merge request reports