Getting arch back
All checks were successful
continuous-integration/drone/push Build is passing
continuous-integration/drone Build is passing

This commit is contained in:
Adam Štrauch 2022-04-21 22:21:56 +02:00
parent 29866d0e75
commit 3f1a0d9a8a
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{}, &network.NetworkingConfig{},
&specs.Platform{ &specs.Platform{
// Architecture: "amd64", Architecture: "amd64",
// OS: "linux", OS: "linux",
}, },
name, name,
) )