nurse/.goreleaser.yaml

38 lines
698 B
YAML
Raw Normal View History

2022-04-28 16:35:02 +00:00
before:
hooks:
- go mod tidy
builds:
- id: nurse
binary: nurse
flags:
- -trimpath
env:
- CGO_ENABLED=0
goos:
- linux
- windows
- darwin
2023-11-29 21:01:37 +00:00
goarch:
- amd64
- arm64
2022-04-28 16:35:02 +00:00
checksum:
name_template: 'checksums.txt'
snapshot:
name_template: "{{ incpatch .Version }}-next"
changelog:
sort: asc
filters:
exclude:
- '^docs:'
- '^test:'
dockers:
- ids:
- nurse
image_templates:
2023-11-29 21:01:37 +00:00
- code.icb4dc0.de/prskr/nurse:latest
- code.icb4dc0.de/prskr/nurse:{{ .Tag }}
- code.icb4dc0.de/prskr/nurse:{{ .Major }}
- code.icb4dc0.de/prskr/nurse:{{ .ShortCommit}}
2022-04-28 16:35:02 +00:00
dockerfile: deployments/Dockerfile