Since configuring self-hosted runners is commonly automated via scripts, the labels need to be able to be created during configuration. The runner currently registers the built-in labels (os, arch) during registration but does not accept labels via command line args to extend the set registered.
* ADR for expose runner's machine info in log.
* rename
* Update docs/adrs/0354-runner-machine-info.md
Co-Authored-By: Hugo van Kemenade <hugovk@users.noreply.github.com>
* Update docs/adrs/0354-runner-machine-info.md
Co-Authored-By: Hugo van Kemenade <hugovk@users.noreply.github.com>
* Update docs/adrs/0354-runner-machine-info.md
Co-Authored-By: Hugo van Kemenade <hugovk@users.noreply.github.com>
* Update 0354-runner-machine-info.md
Co-authored-by: Hugo van Kemenade <hugovk@users.noreply.github.com>
Add runner authentication/authorization documentation.
This doc explains how auth is used at all phases of the runner lifetime (i.e. configuration, listener start, and workflow run), for both self-hosted and hosted runners.
* Update Dependency docs for .net 3.0 depedencies
* Update Supported Windows Versions
* Update Supported Mac OS link
* Update docs/start/envosx.md
Fix typo in OSX Version
Co-Authored-By: Lucas Costi <lucascosti@users.noreply.github.com>