August 2019
Beginner
608 pages
16h 7m
English
Simply download one of the binaries for your CPU architecture (x86-64, x86-32, or ARM):
curl -o /usr/local/bin/gitlab-runner https://gitlab-runner-downloads.s3.amazonaws.com/latest/binaries/gitlab-runner-linux-amd64
curl -o /usr/local/bin/gitlab-runner https://gitlab-runner-downloads.s3.amazonaws.com/latest/binaries/gitlab-runner-linux-386
curl -o /usr/local/bin/gitlab-runner https://gitlab-runner-downloads.s3.amazonaws.com/latest/binaries/gitlab-runner-linux-arm
When you're getting binaries this way, you have to make them executable:
chmod +x /usr/local/bin/gitlab-runner
Then, you ...
Read now
Unlock full access