We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2a0763a commit 955912dCopy full SHA for 955912d
pkg/docker/docker_command.go
@@ -33,7 +33,7 @@ func NewDockerCommand() *DockerCommand {
33
}
34
35
func (c *DockerCommand) Pull(image string) error {
36
- _, err := c.exec("pull", false, image)
+ _, err := c.exec("pull", false, image, "--platform", "linux/amd64")
37
return err
38
39
0 commit comments