mirror of
https://gitea.com/Lydanne/buildx.git
synced 2025-05-29 17:05:46 +08:00
Merge pull request #1538 from tonistiigi/caps-req-internal
build: mark capabilities request as internal
This commit is contained in:
commit
6d1ff27410
@ -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