But it is possible to use packages for other Linux distribution (RHEL 7 seems works)
so , next commands will install gitlab runner
>sudo zypper ar -t YUM https://packages.gitlab.com/runner/gitlab-ci-multi-runner/el/7/x86_64 runner_gitlab-ci-multi-runner
>sudo zypper --gpg-auto-import-keys refresh runner_gitlab-ci-multi-runner
>sudo zypper install gitlab-ci-multi-runner
then you can run
>sudo gitlab-ci-multi-runner register
and proceed with configuration according to docs https://docs.gitlab.com/runner/install/linux-repository.html
Thank You!
ReplyDelete