Merge pull request #438 from dubo-dubon-duponey/build

Support for target & hosts (#DockerBuild)
This commit is contained in:
Andrea Luzzardi
2021-05-10 18:12:10 -07:00
committed by GitHub
2 changed files with 28 additions and 0 deletions

View File

@@ -92,6 +92,8 @@ package op
platforms?: [...string]
buildArg?: [string]: string
label?: [string]: string
target?: string
hosts?: [string]: string
}
#WriteFile: {