mirror of
				https://gitea.com/Lydanne/buildx.git
				synced 2025-11-04 18:13:42 +08:00 
			
		
		
		
	docs: link to build ref page for --call and --check ref with bake
Signed-off-by: CrazyMax <1951866+crazy-max@users.noreply.github.com>
This commit is contained in:
		@@ -16,8 +16,8 @@ Build from a file
 | 
				
			|||||||
| Name                                | Type          | Default | Description                                                                                         |
 | 
					| Name                                | Type          | Default | Description                                                                                         |
 | 
				
			||||||
|:------------------------------------|:--------------|:--------|:----------------------------------------------------------------------------------------------------|
 | 
					|:------------------------------------|:--------------|:--------|:----------------------------------------------------------------------------------------------------|
 | 
				
			||||||
| [`--builder`](#builder)             | `string`      |         | Override the configured builder instance                                                            |
 | 
					| [`--builder`](#builder)             | `string`      |         | Override the configured builder instance                                                            |
 | 
				
			||||||
| `--call`                            | `string`      | `build` | Set method for evaluating build (`check`, `outline`, `targets`)                                     |
 | 
					| [`--call`](#call)                   | `string`      | `build` | Set method for evaluating build (`check`, `outline`, `targets`)                                     |
 | 
				
			||||||
| `--check`                           | `bool`        |         | Shorthand for `--call=check`                                                                        |
 | 
					| [`--check`](#check)                 | `bool`        |         | Shorthand for `--call=check`                                                                        |
 | 
				
			||||||
| [`-f`](#file), [`--file`](#file)    | `stringArray` |         | Build definition file                                                                               |
 | 
					| [`-f`](#file), [`--file`](#file)    | `stringArray` |         | Build definition file                                                                               |
 | 
				
			||||||
| `--load`                            | `bool`        |         | Shorthand for `--set=*.output=type=docker`                                                          |
 | 
					| `--load`                            | `bool`        |         | Shorthand for `--set=*.output=type=docker`                                                          |
 | 
				
			||||||
| [`--metadata-file`](#metadata-file) | `string`      |         | Write build result metadata to a file                                                               |
 | 
					| [`--metadata-file`](#metadata-file) | `string`      |         | Write build result metadata to a file                                                               |
 | 
				
			||||||
@@ -53,6 +53,14 @@ guide for introduction to writing bake files.
 | 
				
			|||||||
 | 
					
 | 
				
			||||||
Same as [`buildx --builder`](buildx.md#builder).
 | 
					Same as [`buildx --builder`](buildx.md#builder).
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					### <a name="call"></a> Invoke a frontend method (--call)
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					Same as [`build --call`](buildx_build.md#call).
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					#### <a name="check"></a> Call: check (--check)
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					Same as [`build --check`](buildx_build.md#check).
 | 
				
			||||||
 | 
					
 | 
				
			||||||
### <a name="file"></a> Specify a build definition file (-f, --file)
 | 
					### <a name="file"></a> Specify a build definition file (-f, --file)
 | 
				
			||||||
 | 
					
 | 
				
			||||||
Use the `-f` / `--file` option to specify the build definition file to use.
 | 
					Use the `-f` / `--file` option to specify the build definition file to use.
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user