1
0
Fork 0
mirror of https://code.forgejo.org/forgejo/runner.git synced 2025-09-15 18:57:01 +00:00

[FORGEJO] implement lxc separately from self-hosted

This commit is contained in:
Earl Warren 2023-11-09 03:36:09 +01:00
parent 22f27b8bd8
commit 4553d1750c
4 changed files with 89 additions and 62 deletions

View file

@ -7,6 +7,7 @@ type ExecutionsEnvironment interface {
ToContainerPath(string) string
GetName() string
GetRoot() string
GetLXC() bool
GetActPath() string
GetPathVariableName() string
DefaultPathVariable() string