Disable platform specification
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
Adam Štrauch 2022-02-24 15:13:06 +01:00
parent 7334337c93
commit fea1a46a11
Signed by: cx
GPG Key ID: 018304FFA8988F8D

View File

@ -363,8 +363,8 @@ func (d *Driver) Create(name string, image string, volumePath string, HTTPPort i
},
&network.NetworkingConfig{},
&specs.Platform{
Architecture: "amd64",
OS: "linux",
// Architecture: "amd64",
// OS: "linux",
},
name,
)