We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7c3b77f commit 418ea82Copy full SHA for 418ea82
1 file changed
build/result.go
@@ -160,6 +160,7 @@ func NewResultHandle(ctx context.Context, cc *client.Client, opt client.SolveOpt
160
opt.Ref = ""
161
opt.Exports = nil
162
opt.CacheExports = nil
163
+ opt.Internal = true
164
_, respErr = cc.Build(ctx, opt, "buildx", func(ctx context.Context, c gateway.Client) (*gateway.Result, error) {
165
res, err := evalDefinition(ctx, c, def)
166
if err != nil {
0 commit comments