Skip to content

Commit

Permalink
better release binaries
Browse files Browse the repository at this point in the history
  • Loading branch information
Albert Callarisa committed Jul 28, 2022
1 parent b2235b3 commit 3b4c164
Showing 1 changed file with 10 additions and 14 deletions.
24 changes: 10 additions & 14 deletions .goreleaser.yaml
Original file line number Diff line number Diff line change
@@ -1,22 +1,18 @@
builds:
- main: ./cmd/fitm
env:
- CGO_ENABLED=0
goos:
- darwin
- linux
- windows
- darwin
archives:
- replacements:
darwin: Darwin
linux: Linux
windows: Windows
386: i386
amd64: x86_64
checksum:
name_template: 'checksums.txt'
snapshot:
name_template: "{{ incpatch .Version }}-next"
- freebsd
- netbsd
- openbsd
goarch:
- amd64
- 386
ignore:
- goos: darwin
goarch: 386
changelog:
sort: asc
filters:
Expand Down

0 comments on commit 3b4c164

Please sign in to comment.