Skip to content

Commit

Permalink
Merge pull request #111 from smallstep/goreleaser
Browse files Browse the repository at this point in the history
Upgrade goreleaser-cross version
  • Loading branch information
maraino authored Nov 10, 2023
2 parents ef042f0 + 046dbb9 commit 668459f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
1 change: 0 additions & 1 deletion .goreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,6 @@ builds:

archives:
- id: step-kms-plugin
rlcp: true
name_template: "{{ .ProjectName }}_{{ .Version }}_{{ .Os }}_{{ .Arch }}{{ if .Arm }}v{{ .Arm }}{{ end }}{{ if .Mips }}_{{ .Mips }}{{ end }}"
format_overrides:
- goos: windows
Expand Down
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
PKG?=github.com/smallstep/step-kms-plugin
BINNAME?=step-kms-plugin
GOLANG_CROSS_VERSION?=v1.20.5
GOLANG_CROSS_VERSION?=v1.21.4

# Set V to 1 for verbose output from the Makefile
Q=$(if $V,,@)
Expand Down Expand Up @@ -120,7 +120,7 @@ release-dry-run:
-v `pwd`:/go/src/$(PKG) \
-w /go/src/$(PKG) \
ghcr.io/goreleaser/goreleaser-cross:${GOLANG_CROSS_VERSION} \
--clean --skip-validate --skip-publish
--clean --skip=validate --skip=publish

release:
@if [ ! -f ".release-env" ]; then \
Expand Down

0 comments on commit 668459f

Please sign in to comment.