mirror of
				https://gitea.com/Lydanne/buildx.git
				synced 2025-11-01 00:23:56 +08:00 
			
		
		
		
	build: avoid default load with --print
Signed-off-by: Tonis Tiigi <tonistiigi@gmail.com>
This commit is contained in:
		| @@ -162,7 +162,7 @@ func toSolveOpt(ctx context.Context, node builder.Node, multiDriver bool, opt Op | ||||
| 	case 1: | ||||
| 		// valid | ||||
| 	case 0: | ||||
| 		if !noDefaultLoad() { | ||||
| 		if !noDefaultLoad() && opt.PrintFunc == nil { | ||||
| 			if nodeDriver.IsMobyDriver() { | ||||
| 				// backwards compat for docker driver only: | ||||
| 				// this ensures the build results in a docker image. | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 Tonis Tiigi
					Tonis Tiigi