mirror of
				https://gitea.com/Lydanne/buildx.git
				synced 2025-10-31 16:13:45 +08:00 
			
		
		
		
	chore: sort buildOptions alphabetically
Signed-off-by: Justin Chadwell <me@jedevc.com>
This commit is contained in:
		| @@ -60,6 +60,7 @@ type buildOptions struct { | |||||||
| 	contexts      []string | 	contexts      []string | ||||||
| 	extraHosts    []string | 	extraHosts    []string | ||||||
| 	imageIDFile   string | 	imageIDFile   string | ||||||
|  | 	invoke        string | ||||||
| 	labels        []string | 	labels        []string | ||||||
| 	networkMode   string | 	networkMode   string | ||||||
| 	noCacheFilter []string | 	noCacheFilter []string | ||||||
| @@ -72,7 +73,6 @@ type buildOptions struct { | |||||||
| 	tags          []string | 	tags          []string | ||||||
| 	target        string | 	target        string | ||||||
| 	ulimits       *dockeropts.UlimitOpt | 	ulimits       *dockeropts.UlimitOpt | ||||||
| 	invoke        string |  | ||||||
| 	commonOptions | 	commonOptions | ||||||
| } | } | ||||||
|  |  | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user
	 Justin Chadwell
					Justin Chadwell