terraform-aws-gitlab-runner
terraform-aws-gitlab-runner copied to clipboard
EC2 instance type
Is there any particular way to pick the runner image / architecture / instance type ? I would like to have some AMD and some ARM64 runners. Is that possible ?
Thanks
The runners are just plain ec2 instances managed via docker-machine (legacy). Once you are able to launch via docker-machine ARM instances, it should be no problem.
Hi @npalm - thanks for getting back to me. Any idea of where I'd configure those in the terraform files ?
I am not using ARM myself, but setting ami_filter
and docker_machine_download_url
is hopefully doing the trick.
Have you checked https://github.com/thejohnfreeman/ami-gitlab-runner ? You could choose the M6g instance type.
@mericano1 Can this issue be closed?
Yes, I think so. We eventually found another solution TBH
@mericano1 Have you being able to use this module to run ARM based runners? If yes, would you mind share your insights.