Files
gamestatus/.goreleaser.yml

31 lines
448 B
YAML

version: 2
project_name: gamestatus
builds:
- id: gamestatus
main: ./cmd/gamestatus
binary: gamestatus
env:
- CGO_ENABLED=0
goos:
- windows
- linux
- darwin
goarch:
- amd64
- arm64
archives:
- id: default
formats: [zip]
name_template: >-
{{ .ProjectName }}_{{ .Version }}_{{ .Os }}_{{ .Arch }}
checksum:
name_template: checksums.txt
changelog:
use: git
sort: asc