Hey folks,
I’ve successfully installed GitLab Runner on macOS Darwin arm64, and everything works like a charm when I use gitlab-runner run
. However, I’m encountering an issue when trying to start it as a service with gitlab-runner start
. The error message I’m getting is “FATAL: Failed to start gitlab-runner: exit status 134,” and unfortunately, no log files are being generated.
I’ve checked permissions and looked into compatibility issues, but the problem persists. Are there any specific configurations or requirements for running GitLab Runner as a service on macOS arm64 that I might be missing?
Any help or insights would be greatly appreciated! Thanks in advance.