Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var Version = "unknown"
Runner version embedded at build time.
Functions ¶
This section is empty.
Types ¶
type Manager ¶
type Manager struct {
// contains filtered or unexported fields
}
Manager handles extraction and caching of the embedded GitHub Actions runner.
func (*Manager) ContainerDir ¶
ContainerDir returns the mount target path inside the container.
func (*Manager) Dir ¶
Dir returns the path to the extracted runner directory. The path is OS-specific (e.g. runners/2.333.1-linux) so that macOS and Linux extractions don't collide on shared filesystems (virtio-fs). Call Extract() first to ensure it exists.
func (*Manager) Entrypoint ¶
Entrypoint returns the runner entrypoint command for the current OS.
Click to show internal directories.
Click to hide internal directories.