README: update information about global runners
This commit is contained in:
parent
c42e092f6d
commit
8e55809805
1 changed files with 3 additions and 3 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 |
|
||||
| ------ | ------------- | ----- | ------------- | ------ |
|
||||
| default-us-phx-0 | aarch64 | 2 core with 20GB memory | `docker://node:16-bulleye` | Podman (rootless) |
|
||||
| Runner | Architechture | Setup | Labels | Driver | Concurrent Tasks Num. | Additional Limit |
|
||||
| ------ | ------------- | ----- | ------------- | ------ | ---------- | --------------------|
|
||||
| default-us-phx-0 | aarch64 | 3 cores (3 threads) with 16GB memory | `docker://node:16-bulleye` | Podman (rootless) | 4 | `blkio <= 10MBps` |
|
||||
|
||||
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