mirror of
https://github.com/mudler/luet.git
synced 2025-09-04 00:34:41 +00:00
Add WIP Compiler steps for rootfs
This commit is contained in:
@@ -18,7 +18,7 @@ package compiler
|
||||
import pkg "github.com/mudler/luet/pkg/package"
|
||||
|
||||
type Compiler interface {
|
||||
Compile(CompilationSpec) (*Artifact, error)
|
||||
Compile(CompilationSpec) (Artifact, error)
|
||||
FromPackage(pkg.Package) (CompilationSpec, error)
|
||||
|
||||
SetBackend(CompilerBackend)
|
||||
|
Reference in New Issue
Block a user