Add build option to remove backend artifacts

Add keep-exported-images to build to instruct to remove backend artifacts (docker images)
This commit is contained in:
Ettore Di Giacinto
2020-02-21 22:00:35 +01:00
parent a04dadf100
commit 07610bc216
3 changed files with 20 additions and 0 deletions

View File

@@ -49,6 +49,7 @@ type CompilerOptions struct {
Concurrency int
CompressionType CompressionImplementation
Clean bool
KeepImageExport bool
OnlyDeps bool
NoDeps bool