Skip to content

Latest commit

 

History

History
14 lines (8 loc) · 989 Bytes

limitations.md

File metadata and controls

14 lines (8 loc) · 989 Bytes

Limitations

GitHub-Hosted Runners

  • Only Ubuntu VM is supported. Windows and MacOS GitHub-hosted runners are not supported. There is a discussion about that here.
  • Harden-Runner is not supported when job is run in a container as it needs sudo access on the Ubuntu VM to run. It can be used to monitor jobs that use containers to run steps. The limitation is if the entire job is run in a container. That is not common for GitHub Actions workflows, as most of them run directly on ubuntu-latest. Note: This is not a limitation for Self-Hosted runners.

Self-Hosted Actions Runner Controller (ARC) Runners

  • Since ARC Harden Runner uses eBPF, only Linux jobs are supported. Windows and MacOS jobs are not supported.

Self-Hosted VM Runners (e.g. on EC2)

  • Only Ubuntu VM is supported. Windows and MacOS jobs are not supported.