enervent-ctrl/.goreleaser.yaml

32 lines
481 B
YAML
Raw Permalink Normal View History

2024-03-08 00:06:54 +02:00
version: 1
before:
hooks:
builds:
- env:
- CGO_ENABLED=0
goos:
- linux
goarch:
- amd64
- arm64
- arm
archives:
2024-03-08 00:16:56 +02:00
- format: binary
2024-03-08 00:06:54 +02:00
name_template: >-
2024-03-08 00:16:56 +02:00
{{ .ProjectName }}-
{{- .Os }}-
2024-03-08 00:06:54 +02:00
{{- if eq .Arch "amd64" }}x86_64
{{- else if eq .Arch "386" }}i386
{{- else }}{{ .Arch }}{{ end }}
{{- if .Arm }}v{{ .Arm }}{{ end }}
changelog:
sort: asc
filters:
exclude:
- "^docs:"
- "^test:"