mirror of
https://github.com/mudler/luet.git
synced 2025-09-01 15:18:28 +00:00
Default to Clean true in CompilerOptions
This commit is contained in:
@@ -57,6 +57,7 @@ func NewDefaultCompilerOptions() CompilerOptions {
|
||||
CompressionType: None,
|
||||
KeepImg: true,
|
||||
Concurrency: runtime.NumCPU(),
|
||||
Clean: true,
|
||||
}
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user