Skip to content
This repository was archived by the owner on Nov 27, 2023. It is now read-only.

Commit 7d88fc6

Browse files
committed
Pass the target to buildkit
Signed-off-by: Djordje Lukic <[email protected]>
1 parent 576aa46 commit 7d88fc6

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

local/build.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -130,6 +130,7 @@ func (s *composeService) toBuildOptions(service types.ServiceConfig, contextPath
130130
},
131131
BuildArgs: flatten(mergeArgs(service.Build.Args, buildArgs)),
132132
Tags: tags,
133+
Target: service.Build.Target,
133134
}
134135
}
135136

0 commit comments

Comments
 (0)