Skip to content

Commit b769781

Browse files
authored
fix(gorelease): use_buildx is deprecated (#121)
`use_buildx` is deprecated in favor of the more generalist `use`.
1 parent 966b302 commit b769781

2 files changed

Lines changed: 2 additions & 1 deletion

File tree

.goreleaser.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -199,7 +199,7 @@ dockers:
199199
# different kinds in the future.
200200
goos: linux
201201
goarch: amd64
202-
use_buildx: true
202+
use: buildx
203203
dockerfile: Dockerfile.goreleaser
204204

205205
image_templates:

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -222,6 +222,7 @@ Once the pull request is created, please make changes to your branch based on th
222222
Current release process:
223223

224224
* Update CHANGELOG.md
225+
* Test GoReleaser config with `goreleaser check`
225226
* Tag a commit with the version you want to release e.g. `v1.2.3`
226227
* Push the tag & commit to GitHub
227228
* 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

0 commit comments

Comments
 (0)