Skip to content

Commit

Permalink
build: mark result handle build as internal
Browse files Browse the repository at this point in the history
Signed-off-by: CrazyMax <[email protected]>
  • Loading branch information
crazy-max committed Jun 6, 2023
1 parent 73b4e04 commit e16151f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions build/result.go
Original file line number Diff line number Diff line change
Expand Up @@ -160,6 +160,7 @@ func NewResultHandle(ctx context.Context, cc *client.Client, opt client.SolveOpt
opt.Ref = ""
opt.Exports = nil
opt.CacheExports = nil
opt.Internal = true
_, respErr = cc.Build(ctx, opt, "buildx", func(ctx context.Context, c gateway.Client) (*gateway.Result, error) {
res, err := evalDefinition(ctx, c, def)
if err != nil {
Expand Down

0 comments on commit e16151f

Please sign in to comment.