Skip to content

Commit

Permalink
Add GHES dependabot x64 runner clarification (github#32884)
Browse files Browse the repository at this point in the history
  • Loading branch information
lucascosti authored Nov 24, 2022
1 parent cfe9107 commit 7ddc469
Showing 1 changed file with 5 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -42,8 +42,11 @@ After you configure {% data variables.location.product_location %} to use {% dat

Any VM that you use for {% data variables.product.prodname_dependabot %} runners must meet the requirements for self-hosted runners. In addition, they must meet the following requirements.

- Linux operating system{% ifversion ghes < 3.5 %}
- Git installed{% endif %}
- Linux operating system
- x64 architecture
{%- ifversion ghes < 3.5 %}
- Git installed
{%- endif %}
- Docker installed with access for the runner users:
- We recommend installing Docker in rootless mode and configuring the runners to access Docker without `root` privileges.
- Alternatively, install Docker and give the runner users raised privileges to run Docker.
Expand Down

0 comments on commit 7ddc469

Please sign in to comment.