Skip to content

Commit

Permalink
Merge pull request #1955 from crazy-max/v0.11_backport_result-handle-…
Browse files Browse the repository at this point in the history
…internal

[0.11 backport] build: mark result handle build as internal
  • Loading branch information
crazy-max authored Jul 17, 2023
2 parents 44f5946 + 0f6513a commit a879078
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 a879078

Please sign in to comment.