Skip to content

Commit

Permalink
fix(gorelease): use_buildx is deprecated (#121)
Browse files Browse the repository at this point in the history
`use_buildx` is deprecated in favor of the more generalist `use`.
  • Loading branch information
peknur authored May 2, 2022
1 parent 966b302 commit b769781
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .goreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -199,7 +199,7 @@ dockers:
# different kinds in the future.
goos: linux
goarch: amd64
use_buildx: true
use: buildx
dockerfile: Dockerfile.goreleaser

image_templates:
Expand Down
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -222,6 +222,7 @@ Once the pull request is created, please make changes to your branch based on th
Current release process:

* Update CHANGELOG.md
* Test GoReleaser config with `goreleaser check`
* Tag a commit with the version you want to release e.g. `v1.2.3`
* Push the tag & commit to GitHub
* GitHub actions will automatically set the version based on the tag, create a GitHub release, build the project, and upload binaries & SHA sum to the GitHub release
Expand Down

0 comments on commit b769781

Please sign in to comment.