ScoopInstaller_Main/bucket/gitlab-runner.json
2021-07-20 05:44:51 -07:00

36 lines
1.5 KiB
JSON

{
"version": "14.1.0",
"description": "Run your jobs and send the results back to GitLab",
"homepage": "https://docs.gitlab.com/runner/",
"license": "MIT",
"notes": "Run 'gitlab-runner register' and 'gitlab-runner install' from an elevated prompt to set it up",
"architecture": {
"64bit": {
"url": "https://gitlab-runner-downloads.s3.amazonaws.com/v14.1.0/binaries/gitlab-runner-windows-amd64.exe#/gitlab-runner.exe",
"hash": "0c44b1232bd45363a090d482c06715faaf9ca2890e183b87f895495d6dfeffbf"
},
"32bit": {
"url": "https://gitlab-runner-downloads.s3.amazonaws.com/v14.1.0/binaries/gitlab-runner-windows-386.exe#/gitlab-runner.exe",
"hash": "c60c6c275c6c9b7968f56cd8945425a48bf986bd3c9bb42e851c420d90e1881a"
}
},
"bin": "gitlab-runner.exe",
"checkver": {
"url": "https://gitlab.com/gitlab-org/gitlab-runner/-/tags?format=atom",
"regex": "/tags/v([\\d.]+)<"
},
"autoupdate": {
"architecture": {
"64bit": {
"url": "https://gitlab-runner-downloads.s3.amazonaws.com/v$version/binaries/gitlab-runner-windows-amd64.exe#/gitlab-runner.exe"
},
"32bit": {
"url": "https://gitlab-runner-downloads.s3.amazonaws.com/v$version/binaries/gitlab-runner-windows-386.exe#/gitlab-runner.exe"
}
},
"hash": {
"url": "https://gitlab-runner-downloads.s3.amazonaws.com/v$version/release.sha256"
}
}
}