Skip to content

Add Git LFS to gitlab-runner-helper ARM

Louis Matthijssen requested to merge Xatom/gitlab-runner:git-lfs-arm into master

What does this MR do?

Adds Git LFS to gitlab-runner-helper's arm image.

Why was this MR needed?

Currently gitlab-runner-helper's x86_64 image does have Git LFS, but the arm version does not.

This is confusing and prevents using GitLab Runner on an ARM system with an LFS repository.

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

Does this MR meet the acceptance criteria?

  • Documentation created/updated
  • Tests
    • Added for this feature/bug
    • All builds are passing
  • Branch has no merge conflicts with master (if you do - rebase it please)

What are the relevant issue numbers?

Edited by Louis Matthijssen

Merge request reports