sameersbn / docker-gitlab

Dockerized GitLab
http://www.damagehead.com/docker-gitlab/
MIT License
7.89k stars 2.14k forks source link

arm64 and multiarch build #1368

Open vielmetti opened 7 years ago

vielmetti commented 7 years ago

There's an interest in an arm64 build of this system, either the whole setup or even just the Gitlab runner for arm64, to support CI for projects that require arm64. This issue tracks that effort.

vielmetti commented 7 years ago

@solidnerd any update on this effort?

solidnerd commented 6 years ago

For everyone there is an ongoing merge request in the upstream of gitlab-runner. If you want to track this follow the current link. https://gitlab.com/gitlab-org/gitlab-runner/merge_requests/725

stale[bot] commented 4 years ago

This issue has been automatically marked as stale because it has not had any activity for the last 60 days. It will be closed if no further activity occurs during the next 7 days. Thank you for your contributions.

m1d1 commented 2 months ago

I've been running Docker-GitLab on arm64 for about a year by simply patching the install.sh /amd64/arm64/.

I can't confirm if all features work. It runs and works for me.

You can give it a try:

github.com/m1d1/docker-gitlab

kkimurak commented 2 months ago

A pull request is already in progress (as is common with this repository, it has been unmerged for a while - but should work): #2803