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
10 lines
195 B
Plaintext
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
|
|
}
|
|
]
|