mirror of
				https://gitea.com/Lydanne/buildx.git
				synced 2025-10-31 08:03:43 +08:00 
			
		
		
		
	Separate io.Writer from console.File for NewPrinter
Signed-off-by: Edgar Lee <edgarl@netflix.com>
This commit is contained in:
		| @@ -239,7 +239,7 @@ func buildTargets(ctx context.Context, dockerCli command.Cli, opts map[string]bu | ||||
| 	ctx2, cancel := context.WithCancel(context.TODO()) | ||||
| 	defer cancel() | ||||
|  | ||||
| 	printer := progress.NewPrinter(ctx2, os.Stderr, progressMode) | ||||
| 	printer := progress.NewPrinter(ctx2, os.Stderr, os.Stderr, progressMode) | ||||
|  | ||||
| 	resp, err := build.Build(ctx, dis, opts, dockerAPI(dockerCli), confutil.ConfigDir(dockerCli), printer) | ||||
| 	err1 := printer.Wait() | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 Edgar Lee
					Edgar Lee