From b311e9f8c44fd9483119b38c5c6403af5aacf99d Mon Sep 17 00:00:00 2001 From: Earl Warren Date: Sun, 17 Dec 2023 23:13:44 +0100 Subject: [PATCH] admin: actions: s/forgejo-runners/myrunner/ --- docs/admin/actions.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/admin/actions.md b/docs/admin/actions.md index f4ff42e5..e6e64309 100644 --- a/docs/admin/actions.md +++ b/docs/admin/actions.md @@ -158,7 +158,7 @@ environment. They need to be installed and configured independently. $ sudo cp -a lxc-helpers/lxc-helpers{,-lib}.sh /usr/local/bin $ lxc-helpers.sh lxc_container_create myrunner $ lxc-helpers.sh lxc_container_start myrunner - $ lxc-helpers.sh lxc_container_user_install forgejo-runners 1000 debian + $ lxc-helpers.sh lxc_container_user_install myrunner 1000 debian ``` > **NOTE:** Multiarch [Go](https://go.dev/) builds and [binfmt](https://github.com/tonistiigi/binfmt) need `bookworm` to produce and test binaries on a single machine for people who do not have access to dedicated hardware. If this is not needed, installing the `Forgejo runner` on `bullseye` will also work.