mirror of
https://github.com/mudler/luet.git
synced 2025-08-01 23:41:37 +00:00
Default to Clean true in CompilerOptions
This commit is contained in:
parent
ee055e08b1
commit
d23e1dee78
@ -57,6 +57,7 @@ func NewDefaultCompilerOptions() CompilerOptions {
|
||||
CompressionType: None,
|
||||
KeepImg: true,
|
||||
Concurrency: runtime.NumCPU(),
|
||||
Clean: true,
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user