ports/devel/gitea-act_runner/pkg-message
Muhammad Moinur Rahman 01be9f7727
devel/gitea-act_runner: Refactor
- Add act_runner user and group
- Install sample config
- Add rc script

Thanks to Anish for the pointers.

Sponsored by:	The FreeBSD Foundation
2025-03-04 09:34:08 +01:00

9 lines
195 B
Text

[
{ 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.2:host
EOM
}
]