Download Windows GitLab runner version 12.7 or 12.8

Hi,
I’m looking to download an old GitLab runner for Windows and i couldn’t find it any where.
An old Linux RPM GitLab Runner file was pretty easy to find.

Thanks in advanced,
Amit

You can construct it from the info on the page (but you are right, I don’t see direct links).

I was able to download it with:

curl -L https://gitlab-runner-downloads.s3.amazonaws.com/v12.7.1/binaries/gitlab-runner-windows-386.exe -o runner.exe

As they say on GitLab Runner bleeding edge releases | GitLab you can fiond the tagged relases on https://gitlab.com/gitlab-org/gitlab-runner/-/tags to make sure you have a valid tag

for the amd64 version, the link ends with another filename: gitlab-runner-windows-amd64.zip:

Also, on the tags page you can click a tag and get a list of the associated files per release, for instance: Releases · GitLab.org / gitlab-runner · GitLab

1 Like

WOW!
Thanks for the super fast replay.

1 Like