mirror of
https://github.com/tuna/mirror-web.git
synced 2025-12-26 05:02:48 +00:00
2.5 KiB
2.5 KiB
| category | layout | mirrorid |
|---|---|---|
| help | help | gitlab-ci-multi-runner |
Gitlab CI Multi Runner 镜像使用帮助
注意: gitlab-ci-multi-runner 已停止更新。 如果你需要安装版本 10 及以上的 Runner,由于官方名称发生变化,请前往 [gitlab-runner帮助页面](https://{{ site.hostname }}/help/gitlab-runner/)。
Debian/Ubuntu 用户
本镜像仅支持 i386 和 amd64 架构。
首先信任 GitLab 的 GPG 公钥:
curl https://packages.gitlab.com/gpg.key 2> /dev/null | sudo apt-key add - &>/dev/null
再选择你的 Debian/Ubuntu 版本,文本框中内容写进 /etc/apt/sources.list.d/gitlab-ci-multi-runner.list
Debian 8 (Jessie)
Debian 9 (Stretch)
Ubuntu 14.04 LTS
Ubuntu 16.04 LTS
安装 gitlab-ci-multi-runner:
sudo apt-get update
sudo apt-get install gitlab-ci-multi-runner
{% raw %}
{%endraw%}
CentOS/RHEL
本镜像仅支持 x86-64 架构。
新建 /etc/yum.repos.d/gitlab-ci-multi-runner.repo,内容为
CentOS 6
CentOS 7
RHEL 6
RHEL 7
再执行
sudo yum makecache
sudo yum install gitlab-ci-multi-runner
{% raw %}
{% endraw %}