Skip to content

Commit

Permalink
update buildkit usage
Browse files Browse the repository at this point in the history
  • Loading branch information
Sophie Wigmore committed Oct 10, 2023
1 parent cac2a66 commit a4cca27
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/ihop/client.go
Original file line number Diff line number Diff line change
Expand Up @@ -244,7 +244,7 @@ func (c Client) Build(def DefinitionImage, platform string) (Image, error) {
buffer := bytes.NewBuffer(nil)
displayChan := make(chan *client.SolveStatus)
go func() {
_, _ = progressui.DisplaySolveStatus(context.Background(), "", nil, buffer, displayChan)
_, _ = progressui.DisplaySolveStatus(context.Background(), nil, buffer, displayChan)
}()

stream := json.NewDecoder(resp.Body)
Expand Down

0 comments on commit a4cca27

Please # to comment.