Skip to content

Commit

Permalink
update .goreleaser.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
lokemoon-fwd committed May 3, 2023
1 parent e42709b commit 3fe9839
Showing 1 changed file with 10 additions and 6 deletions.
16 changes: 10 additions & 6 deletions .goreleaser.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
# Visit https://goreleaser.com for documentation on how to customize this
# behavior.
before:
hooks:
# this is just an example and not a requirement for provider building/publishing
- go mod tidy
# before:
# hooks:
# # this is just an example and not a requirement for provider building/publishing
# - go mod tidy
builds:
- env:
# goreleaser does not work with CGO, it could also complicate
Expand All @@ -26,8 +26,12 @@ builds:
- arm
- arm64
ignore:
- goos: darwin
goarch: '386'
- goarch: arm
goos: windows
- goarch: arm64
goos: freebsd
- goarch: arm64
goos: windows
binary: '{{ .ProjectName }}_v{{ .Version }}'
archives:
- format: zip
Expand Down

0 comments on commit 3fe9839

Please sign in to comment.