blob: ce7632568e568830a30a9b949513573e88d5d051 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
|
[
{ 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
}
{ type: upgrade
message: <<EOM
The rcvar act_runner_flags has been removed in lieu of act_runner_args.
If the variable act_runner_flags is defined it will show an error while
starting the service.
Change the variable act_runner_flags to act_runner_args.
EOM
}
]
|