Skip to content

Commit

Permalink
build: mark result context build as internal
Browse files Browse the repository at this point in the history
Signed-off-by: CrazyMax <crazy-max@users.noreply.github.com>
  • Loading branch information
crazy-max committed Jun 1, 2023
1 parent 0ce15c3 commit 1c7055c
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 @@ -75,6 +75,7 @@ func getResultAt(ctx context.Context, c *client.Client, solveOpt client.SolveOpt
go func() {
solveOpt := solveOpt
solveOpt.Ref = ""
solveOpt.Internal = true
buildDoneCh := make(chan struct{})
_, err := c.Build(context.Background(), solveOpt, "buildx", func(ctx context.Context, c gateway.Client) (*gateway.Result, error) {
doneErr := errors.Errorf("done")
Expand Down

0 comments on commit 1c7055c

Please sign in to comment.