Skip to content
This repository has been archived by the owner on Jan 8, 2024. It is now read-only.

Commit

Permalink
wording changes
Browse files Browse the repository at this point in the history
  • Loading branch information
xiaolin-ninja committed Aug 2, 2021
1 parent b19bfa5 commit 38cc69c
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .changelog/1949.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
```release-note:feature
```release-note:improvement
plugin/docker: Enables image build for specified platform
```
6 changes: 3 additions & 3 deletions builtin/docker/builder.go
Original file line number Diff line number Diff line change
Expand Up @@ -138,9 +138,9 @@ build {

doc.SetField(
"platform",
"set platform if server is multi-platform capable",
"set target platform if server is multi-platform capable",
docs.Summary(
"Recommended usage with buildkit enabled.",
"Must enable Docker buildkit to use the 'platform' flag.",
),
)

Expand Down Expand Up @@ -362,7 +362,7 @@ func (b *Builder) buildWithDocker(
Dockerfile: relDockerfile,
Tags: []string{tag},
Remove: true,
Platform: platform,
Platform: platform,
BuildArgs: buildArgs,
})
if err != nil {
Expand Down

0 comments on commit 38cc69c

Please sign in to comment.