mirror of
https://github.com/mudler/luet.git
synced 2025-09-02 07:45:02 +00:00
Implement compilation with images
A compilespec with an image defined (and no seed) can now be compiled, and an artifact delta is provided at the end of the process.
This commit is contained in:
@@ -20,7 +20,7 @@ import (
|
||||
)
|
||||
|
||||
type Compiler interface {
|
||||
Compile(CompilationSpec) (Artifact, error)
|
||||
Compile(int, bool, CompilationSpec) (Artifact, error)
|
||||
FromPackage(pkg.Package) (CompilationSpec, error)
|
||||
|
||||
SetBackend(CompilerBackend)
|
||||
|
Reference in New Issue
Block a user