Update multiplatform pull test
Remove architecture not included in image Signed-off-by: Derek McGowan <derek@mcgstyle.net>
This commit is contained in:
parent
fec0a1ba89
commit
9f3db59e0a
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user