README: remove labels for runners
This commit is contained in:
parent
2bd8f4ae8d
commit
0eaad0cd89
1 changed files with 2 additions and 2 deletions
|
@ -12,9 +12,9 @@ For the usage please refer to [Forgejo Documentation for Actions](https://forgej
|
|||
|
||||
The default action url is already set to [code.forgejo.org](https://code.forgejo.org). That means the action on `code.forgejo.org` will be picked even if a same repository exists on our site. Like `uses: action/checkout@v1` will pick the one at `code.forgejo.org/actions/checkout`, even if `code.lightstands.xyz/actions/checkout` were also existing.
|
||||
|
||||
| Runner | Architechture | Setup | Labels | Driver | Concurrent Tasks Num. | Additional Limit |
|
||||
| Runner | Architechture | Setup | Driver | Concurrent Tasks Num. | Additional Limit |
|
||||
| ------ | ------------- | ----- | ------------- | ------ | ---------- | --------------------|
|
||||
| default-us-phx-0 | aarch64 | 3 cores (3 threads) with 20GB memory | `docker`,`linux-aarch64-lg`,`linux-lg` | Podman (rootless) | 1 | `blkio read <= 10Megabytes/s, blkio write <= 10Megabytes/s` |
|
||||
| default-us-phx-0 | aarch64 | 3 cores (3 threads) with 20GB memory | Podman (rootless) | 1 | `blkio read <= 10Megabytes/s, blkio write <= 10Megabytes/s` |
|
||||
|
||||
Global runners are set up with rootless podman for security reason. You can also register self-hosted runners for you account, orgranisation or repository.
|
||||
|
||||
|
|
Loading…
Reference in a new issue