test
test
test
test
test
test
test
parent e7c5dab7ea
author abearxiong <xiongxiao1012@outlook.com> 1744651390 +0800
committer abearxiong <xiongxiao1012@outlook.com> 1744793257 +0800
test
test
test
test
test
test
test
This commit is contained in:
16
mark/docker/gitea/gitea-runner-exec/readme.md
Normal file
16
mark/docker/gitea/gitea-runner-exec/readme.md
Normal file
@@ -0,0 +1,16 @@
|
||||
download
|
||||
|
||||
```sh
|
||||
https://gitea.com/gitea/act_runner/releases
|
||||
|
||||
|
||||
./act_runner --config config.yaml [command]
|
||||
|
||||
./act_runner --config config.yaml register
|
||||
|
||||
./act_runner daemon --config config.yaml
|
||||
```
|
||||
|
||||
```sh
|
||||
pm2 start ./act_runner --name runner -- daemon --config config.yaml
|
||||
```
|
||||
@@ -38,7 +38,8 @@ runner:
|
||||
# If it's empty when registering, it will ask for inputting labels.
|
||||
# If it's empty when execute `daemon`, will use labels in `.runner` file.
|
||||
labels:
|
||||
- "ubuntu-latest:docker://gitea/runner-images:ubuntu-latest"
|
||||
# - "ubuntu-latest:docker://gitea/runner-images:ubuntu-latest"
|
||||
- "ubuntu-latest:host"
|
||||
- "ubuntu-22.04:docker://gitea/runner-images:ubuntu-22.04"
|
||||
- "ubuntu-20.04:docker://gitea/runner-images:ubuntu-20.04"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user