Skip to content

Commit 418ea82

Browse files
committed
build: mark result handle build as internal
Signed-off-by: CrazyMax <crazy-max@users.noreply.github.com>
1 parent 7c3b77f commit 418ea82

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

build/result.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -160,6 +160,7 @@ func NewResultHandle(ctx context.Context, cc *client.Client, opt client.SolveOpt
160160
opt.Ref = ""
161161
opt.Exports = nil
162162
opt.CacheExports = nil
163+
opt.Internal = true
163164
_, respErr = cc.Build(ctx, opt, "buildx", func(ctx context.Context, c gateway.Client) (*gateway.Result, error) {
164165
res, err := evalDefinition(ctx, c, def)
165166
if err != nil {

0 commit comments

Comments
 (0)