mirror of
				https://gitea.com/Lydanne/buildx.git
				synced 2025-10-31 08:03:43 +08:00 
			
		
		
		
	commands: use buildx env for experimental opt-in
Signed-off-by: Tonis Tiigi <tonistiigi@gmail.com>
This commit is contained in:
		 Tonis Tiigi
					Tonis Tiigi
				
			
				
					committed by
					
						 Justin Chadwell
						Justin Chadwell
					
				
			
			
				
	
			
			
			 Justin Chadwell
						Justin Chadwell
					
				
			
						parent
						
							18dbde9ed6
						
					
				
				
					commit
					fb5e1393a4
				
			| @@ -701,7 +701,7 @@ func (w *wrapped) Unwrap() error { | |||||||
| } | } | ||||||
|  |  | ||||||
| func isExperimental() bool { | func isExperimental() bool { | ||||||
| 	if v, ok := os.LookupEnv("BUILDKIT_EXPERIMENTAL"); ok { | 	if v, ok := os.LookupEnv("BUILDX_EXPERIMENTAL"); ok { | ||||||
| 		vv, _ := strconv.ParseBool(v) | 		vv, _ := strconv.ParseBool(v) | ||||||
| 		return vv | 		return vv | ||||||
| 	} | 	} | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user