수동으로 로컬 컴퓨터에 GitLab Runner 설치하기
Title
수동으로 로컬 컴퓨터에 GitLab Runner 설치하기
Category
GitHub & GitLabTags
Aliases
수동으로 로컬 컴퓨터에 GitLab Runner 설치하기
Related
Created
2 years ago
Updated
6 months ago
- Enabling Virtualization in BIOS CPU
- Windows에 WSL 설치
- GitLab 레포지토리에서 > Settings > CI/CD > Runners > Specific Runners > Set up a specific Runner manually 로 이동한다.
- Install GitLab Runner | GitLab
- Install GitLab Runner manually on GNU/Linux | GitLab
sh
# Replace ${arch} with any of the supported architectures, e.g. amd64, arm, arm64 # A full list of architectures can
curl -LJO "https://gitlab-runner-downloads.s3.amazonaws.com/latest/deb/gitlab-runner_${arch}.deb"
# Replace ${arch} with any of the supported architectures, e.g. amd64, arm, arm64 # A full list of architectures can
curl -LJO "https://gitlab-runner-downloads.s3.amazonaws.com/latest/deb/gitlab-runner_${arch}.deb"