ports/devel/forgejo-runner/pkg-message
Daniel Morante 160c39da0c
devel/forgejo-runner: New port
Act runner is a runner for Forgejo based on the Gitea Act runner

This is a fork of the Gitea act runner developed and maintained by
Forgejo community and intended to be used with Forgejo only.

WWW: https://code.forgejo.org/forgejo/runner

PR:		288920
2025-08-19 08:45:46 +02:00

10 lines
195 B
Plaintext

[
{ type: install
message: <<EOM
FreeBSD does not support Docker.
When configuring the runner, use 'host' as the label. e.g.
act_runner register --labels FreeBSD:host,FreeBSD-14.3:host
EOM
}
]