prometheus-mastodon-exporter/.goreleaser.yml
2022-11-04 21:02:52 +01:00

29 lines
572 B
YAML

before:
hooks:
- go mod tidy
builds:
- env:
- CGO_ENABLED=0
goos:
- linux
- windows
- darwin
goarm:
- "6"
- "7"
ldflags:
- -s -w
dockers:
- goos: linux
goarch: amd64
image_templates:
- "systemli/mastodon-exporter:{{ .Tag }}"
- "systemli/mastodon-exporter:{{ .Major }}"
- "systemli/mastodon-exporter:{{ .Major }}.{{ .Minor }}"
- "systemli/mastodon-exporter:latest"
checksum:
name_template: "checksums.txt"
snapshot:
name_template: "{{ .Tag }}-next"
changelog:
skip: true