Skip to content
Snippets Groups Projects

Support Vault EE namespaces

Merged Aleksander Zak requested to merge aleksanderzak/gitlab-runner:vault_namespaces into main
4 unresolved threads
1 file
+ 4
0
Compare changes
  • Side-by-side
  • Inline
+ 4
0
@@ -23,7 +23,11 @@ For documentation on GitLab Runner 9 and earlier, [visit this documentation](old
@@ -23,7 +23,11 @@ For documentation on GitLab Runner 9 and earlier, [visit this documentation](old
1. Download the binary for your system:
1. Download the binary for your system:
```shell
```shell
 
# macOS amd64
sudo curl --output /usr/local/bin/gitlab-runner "https://gitlab-runner-downloads.s3.amazonaws.com/latest/binaries/gitlab-runner-darwin-amd64"
sudo curl --output /usr/local/bin/gitlab-runner "https://gitlab-runner-downloads.s3.amazonaws.com/latest/binaries/gitlab-runner-darwin-amd64"
 
 
# macOS Apple Silicon/arm64
 
sudo curl --output /usr/local/bin/gitlab-runner "https://gitlab-runner-downloads.s3.amazonaws.com/latest/binaries/gitlab-runner-darwin-arm64"
```
```
You can download a binary for every available version as described in
You can download a binary for every available version as described in
Loading