Summary
Gets the runner architecture of the runner executing the job.
- Namespace
- Cake
.Common .Build .GitHubActions .Data - Containing Type
- Git
Hub Actions Runner Info
Syntax
public GitHubActionsArchitecture Architecture { get; }
Value
Type | Description |
---|---|
Git |
The runner architecture of the runner executing the job. Possible values are X86, X64, ARM, and ARM64. |