Earl Warren
|
f0090d8ac7
|
fix!: default to node:22-bookworm instead of node:20-bullseye (#686)
Closes forgejo/runner#134
Reviewed-on: https://code.forgejo.org/forgejo/runner/pulls/686
Reviewed-by: Michael Kriese <michael.kriese@gmx.de>
Co-authored-by: Earl Warren <contact@earl-warren.org>
Co-committed-by: Earl Warren <contact@earl-warren.org>
|
2025-07-12 09:36:58 +00:00 |
|
Earl Warren
|
9774b35d75
|
Upgrade the default container to node:20
Fixes: https://code.forgejo.org/forgejo/runner/issues/168
|
2024-06-07 11:41:14 +02:00 |
|
Earl Warren
|
cf2608d1ea
|
[FORGEJO] add support for the lxc:// scheme
|
2023-11-09 03:55:09 +01:00 |
|
sillyguodong
|
67b1363d25
|
Support changing labels (#201)
Implement proposal: https://github.com/go-gitea/gitea/issues/24540
Related:
- Protocol: https://gitea.com/gitea/actions-proto-def/pulls/9
- Gitea side: https://github.com/go-gitea/gitea/pull/24806
Co-authored-by: Jason Song <i@wolfogre.com>
Reviewed-on: https://gitea.com/gitea/act_runner/pulls/201
Reviewed-by: Jason Song <i@wolfogre.com>
Co-authored-by: sillyguodong <gedong_1994@163.com>
Co-committed-by: sillyguodong <gedong_1994@163.com>
|
2023-06-15 03:59:15 +00:00 |
|
Jason Song
|
220efa69c0
|
Refactor to new framework (#98)
- Adjust directory structure
```text
├── internal
│ ├── app
│ │ ├── artifactcache
│ │ ├── cmd
│ │ ├── poll
│ │ └── run
│ └── pkg
│ ├── client
│ ├── config
│ ├── envcheck
│ ├── labels
│ ├── report
│ └── ver
└── main.go
```
- New pkg `labels` to parse label
- New pkg `report` to report logs to Gitea
- Remove pkg `engine`, use `envcheck` to check if docker running.
- Rewrite `runtime` to `run`
- Rewrite `poller` to `poll`
- Simplify some code and remove what's useless.
Reviewed-on: https://gitea.com/gitea/act_runner/pulls/98
Reviewed-by: Lunny Xiao <xiaolunwen@gmail.com>
Co-authored-by: Jason Song <i@wolfogre.com>
Co-committed-by: Jason Song <i@wolfogre.com>
|
2023-04-04 21:32:04 +08:00 |
|