nurse/.goreleaser.yaml
Peter Kurfer ebd0729b05
Some checks failed
Renovate / renovate (push) Successful in 39s
Go build / build (push) Has been cancelled
chore(ci): switch to Gitea actions
2023-11-29 22:15:44 +01:00

37 lines
698 B
YAML

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