nezha/.goreleaser.yml
naiba e1f0952223 Revert "💩"
This reverts commit 4d4e332a55.
2020-12-13 11:37:46 +08:00

23 lines
395 B
YAML

builds:
- id: nezha-agent
env:
- CGO_ENABLED=0
goos:
- linux
- windows
- darwin
main: ./cmd/agent
binary: nezha-agent
checksum:
name_template: "checksums.txt"
snapshot:
name_template: "{{.ProjectName}}"
archives:
- name_template: "nezha-agent_{{ .Os }}_{{ .Arch }}"
changelog:
sort: asc
filters:
exclude:
- "^docs:"
- "^test:"