mirror of
https://gitea.com/Lydanne/buildx.git
synced 2025-09-17 00:09:10 +08:00
Merge pull request #1830 from jedevc/fix-missing-driver-in-build
This commit is contained in:
@@ -233,6 +233,10 @@ func runBuild(dockerCli command.Cli, options buildOptions) (err error) {
|
||||
if err != nil {
|
||||
return err
|
||||
}
|
||||
_, err = b.LoadNodes(ctx, false)
|
||||
if err != nil {
|
||||
return err
|
||||
}
|
||||
|
||||
ctx2, cancel := context.WithCancel(context.TODO())
|
||||
defer cancel()
|
||||
|
Reference in New Issue
Block a user