mirror of
https://gitea.com/Lydanne/buildx.git
synced 2025-07-09 21:17:09 +08:00
vendor: update buildkit to master@31c870e82a48
Signed-off-by: Justin Chadwell <me@jedevc.com>
This commit is contained in:
2
vendor/github.com/moby/buildkit/client/llb/diff.go
generated
vendored
2
vendor/github.com/moby/buildkit/client/llb/diff.go
generated
vendored
@ -90,6 +90,8 @@ func (m *DiffOp) Inputs() (out []Output) {
|
||||
return out
|
||||
}
|
||||
|
||||
// Diff returns a state that represents the diff of the lower and upper states.
|
||||
// The returned State is useful for use with [Merge] where you can merge the lower state with the diff.
|
||||
func Diff(lower, upper State, opts ...ConstraintsOpt) State {
|
||||
if lower.Output() == nil {
|
||||
if upper.Output() == nil {
|
||||
|
Reference in New Issue
Block a user