From 9f3db59e0ad473ca31196104a59fa612669f566f Mon Sep 17 00:00:00 2001 From: Derek McGowan Date: Wed, 4 Apr 2018 10:40:48 -0700 Subject: [PATCH] Update multiplatform pull test Remove architecture not included in image Signed-off-by: Derek McGowan --- client_test.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/client_test.go b/client_test.go index a9e575c67..842b1a475 100644 --- a/client_test.go +++ b/client_test.go @@ -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