From 0eaad0cd891224860d977be131a5533c1a42722d Mon Sep 17 00:00:00 2001 From: Rubicon Date: Tue, 24 Dec 2024 08:36:47 +0000 Subject: [PATCH] README: remove labels for runners --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index bd08f09..e374106 100644 --- a/README.md +++ b/README.md @@ -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.