dorfylegends/backend/.goreleaser.yaml

32 lines
533 B
YAML
Raw Normal View History

2022-05-10 20:47:51 +03:00
builds:
2022-05-10 21:15:05 +03:00
- id: linux/macos-amd64
binary: legendsbrowser
2022-05-10 20:47:51 +03:00
env:
- CGO_ENABLED=0
goos:
- linux
- darwin
goarch:
- amd64
2022-05-10 21:15:05 +03:00
- id: windows-amd64
binary: LegendsBrowser
env:
- CGO_ENABLED=0
goos:
- windows
goarch:
- amd64
2022-05-10 20:47:51 +03:00
archives:
- format: zip
name_template: "legendsbrowser-{{ .Version }}-{{ .Os }}"
replacements:
darwin: macos
linux: linux
windows: win
changelog:
sort: asc
filters:
exclude:
- '^docs:'
- '^test:'