vendor: update buildkit to v0.20.0-rc1

Signed-off-by: Tonis Tiigi <tonistiigi@gmail.com>
This commit is contained in:
Tonis Tiigi
2025-02-11 12:43:07 -08:00
parent 350d3f0f4b
commit 03569c2188
22 changed files with 1733 additions and 628 deletions

View File

@ -295,6 +295,7 @@ func (s State) Run(ro ...RunOption) ExecState {
}
exec.secrets = ei.Secrets
exec.ssh = ei.SSH
exec.cdiDevices = ei.CDIDevices
return ExecState{
State: s.WithOutput(exec.Output()),