Merge pull request #2272 from dmcgowan/fix-platform-pull-test

client: fix multi-platform pull test
This commit is contained in:
Phil Estes 2018-04-04 14:24:32 -04:00 committed by GitHub
commit 6c02c5cf0a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -240,7 +240,7 @@ func TestImagePullSomePlatforms(t *testing.T) {
defer cancel()
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)
var opts []RemoteOpt