0
0
Fork 0
mirror of https://codeberg.org/forgejo/docs.git synced 2024-11-21 17:36:59 -05:00

admin: actions: s/forgejo-runners/myrunner/

This commit is contained in:
Earl Warren 2023-12-17 23:13:44 +01:00 committed by Earl Warren
parent 1afd0a4ef7
commit b311e9f8c4

View file

@ -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.