README: update information about global runners

This commit is contained in:
Rubicon 2024-03-07 07:22:32 +00:00
parent c42e092f6d
commit 8e55809805

View file

@ -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. 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 | | Runner | Architechture | Setup | Labels | Driver | Concurrent Tasks Num. | Additional Limit |
| ------ | ------------- | ----- | ------------- | ------ | | ------ | ------------- | ----- | ------------- | ------ | ---------- | --------------------|
| default-us-phx-0 | aarch64 | 2 core with 20GB memory | `docker://node:16-bulleye` | Podman (rootless) | | 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. Global runners are set up with rootless podman for security reason. You can also register self-hosted runners for you account, orgranisation or repository.