Skip to content

Add i386 helper image builds

Gergely Imreh requested to merge imrehg/gitlab-runner:helper-extra-arches into master

What does this MR do?

  • Adds an extra prebuilt helper architecture, i386 (32-bit x86) to the relevant Makefile, with the required architecture Dockerfile
  • Adds extra release tasks to the CI release script to push these gitlab-runner-helper:i386-... images to the relevant Docker registry

Why was this MR needed?

32-bit x86 helper images are not generated by default, thus people using such architecture for their devices have to manually create these images, and maintain them.

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

Does this MR meet the acceptance criteria?

  • Documentation created/updated
  • Added tests for this feature/bug
  • In case of conflicts with master - branch was rebased

What are the relevant issue numbers?

#3919 (closed)

Edited by Gergely Imreh

Merge request reports