Skip to content

Commit

Permalink
ci: update goreleaser.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
fgouteroux committed Apr 3, 2023
1 parent a3ab0b8 commit 1a78a14
Showing 1 changed file with 9 additions and 21 deletions.
30 changes: 9 additions & 21 deletions .goreleaser.yaml
Original file line number Diff line number Diff line change
@@ -1,34 +1,22 @@
# This is an example .goreleaser.yml file with some sensible defaults.
# Make sure to check the documentation at https://goreleaser.com
before:
hooks:
# You may remove this if you don't use go modules.
- go mod tidy
# you may remove this if you don't need go generate
- go generate ./...
---
builds:
- env:
- CGO_ENABLED=0
goos:
- linux
- windows
- darwin
goarch:
- amd64
- arm64
ignore:
- goos: windows
goarch: 386
- goos: linux
goarch: 386
archives:
- replacements:
darwin: Darwin
linux: Linux
windows: Windows
amd64: x86_64
checksum:
name_template: 'checksums.txt'
snapshot:
name_template: "{{ incpatch .Version }}-next"
changelog:
sort: asc
filters:
exclude:
- '^docs:'
- '^test:'
format_overrides:
- goos: windows
format: zip

0 comments on commit 1a78a14

Please sign in to comment.