blob: 6556f68f06c9f8380dee5ddf260f594fe745c776 (
plain) (
tree)
|
|
before:
hooks:
- go mod tidy
builds:
- main: ./cmd/flyscrape
env:
- CGO_ENABLED=0
goos:
- linux
- windows
- darwin
goarch:
- amd64
- arm64
archives:
- format: tar.gz
name_template: >-
{{ .ProjectName }}_
{{- if eq .Os "darwin" }}mac{{else}}{{ .Os }}{{ end }}_
{{- .Arch }}
format_overrides:
- goos: windows
format: zip
changelog:
sort: asc
filters:
exclude:
- "^docs:"
- "^test:"
|