mirror of
				https://gitea.com/Lydanne/buildx.git
				synced 2025-10-31 16:13:45 +08:00 
			
		
		
		
	Merge pull request #2408 from tonistiigi/print-statuscode
build: support statuscode response for print requests
This commit is contained in:
		| @@ -91,8 +91,9 @@ type Options struct { | ||||
| } | ||||
|  | ||||
| type PrintFunc struct { | ||||
| 	Name   string | ||||
| 	Format string | ||||
| 	Name         string | ||||
| 	Format       string | ||||
| 	IgnoreStatus bool | ||||
| } | ||||
|  | ||||
| type Inputs struct { | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 Tõnis Tiigi
					Tõnis Tiigi