Skip to content

Commit

Permalink
Merge branch 'm1-fixes'
Browse files Browse the repository at this point in the history
  • Loading branch information
michaeldwan committed Mar 4, 2021
2 parents 94adcb3 + 1f3cafc commit 94770c2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions docker/docker.go
Original file line number Diff line number Diff line change
Expand Up @@ -205,6 +205,7 @@ func (c *DockerClient) BuildImage(ctx context.Context, tar io.Reader, tag string
BuildArgs: buildArgs,
// NoCache: true,
AuthConfigs: authConfigs(),
Platform: "linux/amd64",
}

resp, err := c.docker.ImageBuild(ctx, tar, opts)
Expand Down

0 comments on commit 94770c2

Please sign in to comment.