Merge pull request #2272 from dmcgowan/fix-platform-pull-test
client: fix multi-platform pull test
This commit is contained in:
commit
6c02c5cf0a
@ -240,7 +240,7 @@ func TestImagePullSomePlatforms(t *testing.T) {
|
|||||||
defer cancel()
|
defer cancel()
|
||||||
|
|
||||||
cs := client.ContentStore()
|
cs := client.ContentStore()
|
||||||
platformList := []string{"linux/arm64/v8", "linux/386"}
|
platformList := []string{"linux/amd64", "linux/arm64/v8", "linux/s390x"}
|
||||||
m := make(map[string]platforms.Matcher)
|
m := make(map[string]platforms.Matcher)
|
||||||
var opts []RemoteOpt
|
var opts []RemoteOpt
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user