Skip to content

Commit f7ef4b0

Browse files
authored
Merge pull request containerd#9983 from cpuguy83/fix_transfer_svc_platform_matcher
transfer: Platform matcher should match multiple platforms
2 parents 124456e + e41e9e1 commit f7ef4b0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

plugins/transfer/plugin.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@ func init() {
9494
}
9595

9696
var applier diff.Applier
97-
target := platforms.OnlyStrict(p)
97+
target := platforms.Only(p)
9898
if uc.Differ != "" {
9999
inst, err := ic.GetByID(plugins.DiffPlugin, uc.Differ)
100100
if err != nil {

0 commit comments

Comments
 (0)