From 2e597521f893d9e18366b149169105c895261fc6 Mon Sep 17 00:00:00 2001 From: Rubicon Date: Sat, 30 Mar 2024 15:12:42 +0000 Subject: [PATCH] README: added known issue --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 73551bc..20eacc6 100644 --- a/README.md +++ b/README.md @@ -8,13 +8,15 @@ This site is invite-only. All accounts are granted and created by the site owner ## Actions +**Known issue: actions could not resolve DNS. Working on it.** + For the usage please refer to [Forgejo Documentation for Actions](https://forgejo.org/docs/latest/user/actions/). If "Actions" page does not show up on your repository page, go to "Settings" for your repository, scroll down and check the "Enable Actions" option in the "Advanced Settings". 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 | | ------ | ------------- | ----- | ------------- | ------ | ---------- | --------------------| -| default-us-phx-0 | aarch64 | 3 cores (3 threads) with 16GB memory | `docker://node:16-bulleye` | Podman (rootless) | 4 | `blkio read <= 10Megabytes/s, blkio write <= 10Megabytes/s` | +| default-us-phx-0 | aarch64 | 3 cores (3 threads) with 20GB memory | `docker`,`linux-aarch64-lg`,`linux-lg` | Podman (rootless) | 4 | `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.