Merge pull request #17103 from moficodes/patch-17045

Update arm64 infra guide standard `arm64` runner definition
This commit is contained in:
Wenjia 2024-01-05 13:21:57 -06:00 committed by GitHub
commit 1707d79eae
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -9,7 +9,7 @@ As part of a joint program between Ampere and the CNCF, [actuated.dev](https://a
To use the new infrastructure, add the following to your workflow:
```yaml
runs-on: actuated-arm64-8cpu-32gb
runs-on: actuated-arm64-8cpu-8gb
```
The vCPUs and RAM are customizable, i.e. `actuated-arm64-8cpu-16gb` or `actuated-arm64-8cpu-32gb`.