mirror of
https://github.com/mudler/luet.git
synced 2025-09-02 07:45:02 +00:00
Add message asserting skip. Also return pointer to allow to edit Options
This commit is contained in:
@@ -50,8 +50,8 @@ type CompilerOptions struct {
|
||||
Clean bool
|
||||
}
|
||||
|
||||
func NewDefaultCompilerOptions() CompilerOptions {
|
||||
return CompilerOptions{
|
||||
func NewDefaultCompilerOptions() *CompilerOptions {
|
||||
return &CompilerOptions{
|
||||
ImageRepository: "luet/cache",
|
||||
PullFirst: true,
|
||||
CompressionType: None,
|
||||
|
Reference in New Issue
Block a user