Skip to content

Commit

Permalink
fix(ci): update goreleaser
Browse files Browse the repository at this point in the history
  • Loading branch information
EverythingSuckz committed Nov 28, 2023
1 parent db6d557 commit 731a945
Showing 1 changed file with 11 additions and 5 deletions.
16 changes: 11 additions & 5 deletions .goreleaser.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,16 +8,22 @@ before:
- go generate ./...

builds:
- main: ./cmd/fsb/main.go
- env:
- id: fsb-main
main: ./cmd/fsb
env:
- CGO_ENABLED=0
binary: fsb
goos:
- linux
- windows
- darwin
goarch:
- amd64
- arm64
ignore:
- goos: windows
goarch: 386
no_main_check: true

archives:
- format: tar.gz
Expand All @@ -28,7 +34,7 @@ archives:

signs:
- artifacts: checksum
cms: gpg2
cmd: gpg2
args:
- "--batch"
- "-u"
Expand All @@ -39,11 +45,11 @@ signs:
- "${artifact}"

checksum:
name_template: "{{ .ProjectName }}_checksums.txt"
name_template: "{{ .ProjectName }}-{{ .Tag }}-checksums.txt"

changelog:
sort: asc
filters:
exclude:
- "^docs:"
- "^test:"
- "^test:"

0 comments on commit 731a945

Please sign in to comment.