From 98d8ad0113ea629364bad9f91d36455e24cb73f1 Mon Sep 17 00:00:00 2001 From: Earl Warren Date: Fri, 10 Nov 2023 15:47:27 +0100 Subject: [PATCH] Forgejo runner now supports shell backend As of 3.1.0 the shell backend (AKA no isolation whatsoever) is also supported by the Forgejo runner. https://code.forgejo.org/forgejo/runner/src/branch/main/RELEASE-NOTES.md#310 --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 45eeec9..5c4866d 100644 --- a/README.md +++ b/README.md @@ -102,7 +102,7 @@ Also see [forgejo package versions on Repology](https://repology.org/project/for ## Forgejo actions runners -- [![][forgejo] Forgejo runner](https://code.forgejo.org/forgejo/runner) supports LXC & Docker with binaries for GNU/Linux (amd64, arm64) +- [![][forgejo] Forgejo runner](https://code.forgejo.org/forgejo/runner) supports LXC & Docker & shell with binaries for GNU/Linux (amd64, arm64) - [act runner](https://gitea.com/gitea/act_runner) supports Docker & shell with binaries for GNU/Linux (amd64, arm64, arm[567]), FreeBSD, Windows, MacOS - [forgejo-hetzer-runner](https://codeberg.org/pierreprinetti/forgejo-hetzner-runner) - Deploy Forgejo Actions runners on Hetzner infrastructure