mirror of
https://github.com/mudler/luet.git
synced 2025-09-02 07:45:02 +00:00
Add PreBuild steps
They are executed when building the "builder" image, those are not accounted to the diffs when producing the final artifact
This commit is contained in:
@@ -45,4 +45,10 @@ type CompilationSpec interface {
|
||||
|
||||
GetImage() string
|
||||
SetImage(string)
|
||||
|
||||
SetOutputPath(string)
|
||||
GetOutputPath() string
|
||||
Rel(string) string
|
||||
|
||||
GetPreBuildSteps() []string
|
||||
}
|
||||
|
Reference in New Issue
Block a user