Skip to content

Commit

Permalink
rename use_buildx -> use: buildx
Browse files Browse the repository at this point in the history
  • Loading branch information
harshavardhana committed Sep 16, 2021
1 parent 0e36a84 commit 1330f3a
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .goreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ changelog:
dockers:
- image_templates:
- "minio/sidekick:{{ .Tag }}-amd64"
use_buildx: true
use: buildx
dockerfile: Dockerfile.release
extra_files:
- LICENSE
Expand All @@ -76,7 +76,7 @@ dockers:
- "--platform=linux/amd64"
- image_templates:
- "minio/sidekick:{{ .Tag }}-ppc64le"
use_buildx: true
use: buildx
dockerfile: Dockerfile.release
extra_files:
- LICENSE
Expand All @@ -85,7 +85,7 @@ dockers:
- "--platform=linux/ppc64le"
- image_templates:
- "minio/sidekick:{{ .Tag }}-s390x"
use_buildx: true
use: buildx
dockerfile: Dockerfile.release
extra_files:
- LICENSE
Expand All @@ -94,7 +94,7 @@ dockers:
- "--platform=linux/s390x"
- image_templates:
- "minio/sidekick:{{ .Tag }}-arm64"
use_buildx: true
use: buildx
goarch: arm64
dockerfile: Dockerfile.release
extra_files:
Expand Down

0 comments on commit 1330f3a

Please sign in to comment.