mirror of
https://gitea.com/Lydanne/buildx.git
synced 2025-05-19 01:47:43 +08:00
build: mark capabilities request as internal
So it doesn't show up in the History API. Signed-off-by: Tonis Tiigi <tonistiigi@gmail.com>
This commit is contained in:
parent
a4f01b41a4
commit
be55b41427
@ -228,7 +228,9 @@ func resolveDrivers(ctx context.Context, nodes []builder.Node, opt map[string]Op
|
|||||||
|
|
||||||
func(i int, c *client.Client) {
|
func(i int, c *client.Client) {
|
||||||
eg.Go(func() error {
|
eg.Go(func() error {
|
||||||
clients[i].Build(ctx, client.SolveOpt{}, "buildx", func(ctx context.Context, c gateway.Client) (*gateway.Result, error) {
|
clients[i].Build(ctx, client.SolveOpt{
|
||||||
|
Internal: true,
|
||||||
|
}, "buildx", func(ctx context.Context, c gateway.Client) (*gateway.Result, error) {
|
||||||
bopts[i] = c.BuildOpts()
|
bopts[i] = c.BuildOpts()
|
||||||
return nil, nil
|
return nil, nil
|
||||||
}, nil)
|
}, nil)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user