mirror of
https://gitea.com/Lydanne/buildx.git
synced 2025-07-03 09:57:41 +08:00
build: pass attestation attributes to build request
Signed-off-by: Justin Chadwell <me@jedevc.com>
This commit is contained in:
parent
0c0c9a0030
commit
f8b673eccd
@ -1109,7 +1109,7 @@ func BuildWithResultHandler(ctx context.Context, nodes []builder.Node, opt map[s
|
|||||||
FrontendInputs: frontendInputs,
|
FrontendInputs: frontendInputs,
|
||||||
}
|
}
|
||||||
so.Frontend = ""
|
so.Frontend = ""
|
||||||
so.FrontendAttrs = nil
|
so.FrontendAttrs = attestations.Filter(so.FrontendAttrs)
|
||||||
so.FrontendInputs = nil
|
so.FrontendInputs = nil
|
||||||
|
|
||||||
ch, done := progress.NewChannel(pw)
|
ch, done := progress.NewChannel(pw)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user