Define a build context for backends

This commit is contained in:
Ettore Di Giacinto
2021-01-18 11:05:46 +01:00
parent 429e9757db
commit 43b0b11028
3 changed files with 12 additions and 2 deletions

View File

@@ -42,6 +42,7 @@ type CompilerBackendOptions struct {
SourcePath string
DockerFileName string
Destination string
Context string
}
type CompilerOptions struct {