We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 71c1a43 commit 5d4b713Copy full SHA for 5d4b713
1 file changed
build/result.go
@@ -75,6 +75,7 @@ func getResultAt(ctx context.Context, c *client.Client, solveOpt client.SolveOpt
75
go func() {
76
solveOpt := solveOpt
77
solveOpt.Ref = ""
78
+ solveOpt.Internal = true
79
buildDoneCh := make(chan struct{})
80
_, err := c.Build(context.Background(), solveOpt, "buildx", func(ctx context.Context, c gateway.Client) (*gateway.Result, error) {
81
doneErr := errors.Errorf("done")
0 commit comments