Update multiplatform pull test

Remove architecture not included in image

Signed-off-by: Derek McGowan <derek@mcgstyle.net>
This commit is contained in:
Derek McGowan 2018-04-04 10:40:48 -07:00
parent fec0a1ba89
commit 9f3db59e0a
No known key found for this signature in database
GPG Key ID: F58C5D0A4405ACDB

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