Merge pull request #981 from tonistiigi/target-context-remove

build: remove target context if platform specific used
pull/991/head
CrazyMax 3 years ago committed by GitHub
commit 2d5368cccc
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -1267,6 +1267,7 @@ func waitContextDeps(ctx context.Context, index int, results *waitmap.Map, so *c
so.FrontendAttrs["input-metadata:"+k+"::"+platform] = string(dt)
}
}
delete(so.FrontendAttrs, v)
}
if rr.Ref != nil {
st, err := rr.Ref.ToState()

Loading…
Cancel
Save