mirror of
https://code.forgejo.org/forgejo/runner.git
synced 2025-08-11 17:50:58 +00:00
[FORGEJO] implement lxc separately from self-hosted
This commit is contained in:
parent
22f27b8bd8
commit
4553d1750c
4 changed files with 89 additions and 62 deletions
|
@ -50,6 +50,10 @@ func (*LinuxContainerEnvironmentExtensions) GetName() string {
|
|||
return "NAME"
|
||||
}
|
||||
|
||||
func (*LinuxContainerEnvironmentExtensions) GetLXC() bool {
|
||||
return false
|
||||
}
|
||||
|
||||
func (*LinuxContainerEnvironmentExtensions) GetRoot() string {
|
||||
return "/var/run"
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue