mirror of
https://github.com/mudler/luet.git
synced 2025-09-02 07:45:02 +00:00
Add compression to build CLI
Also handle how concurrency is set now. Adds also an accessor to compiler to set the desired compression type Refers to #33
This commit is contained in:
@@ -30,6 +30,7 @@ type Compiler interface {
|
||||
|
||||
SetBackend(CompilerBackend)
|
||||
GetBackend() CompilerBackend
|
||||
SetCompressionType(t CompressionImplementation)
|
||||
}
|
||||
|
||||
type CompilerBackendOptions struct {
|
||||
|
Reference in New Issue
Block a user