prometheus-mastodon-exporter/.goreleaser.yml

30 lines
616 B
YAML
Raw Normal View History

2022-11-04 21:02:52 +01:00
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:
2022-11-04 21:10:15 +01:00
- "systemli/prometheus-mastodon-exporter:{{ .Tag }}"
- "systemli/prometheus-mastodon-exporter:{{ .Major }}"
- "systemli/prometheus-mastodon-exporter:{{ .Major }}.{{ .Minor }}"
- "systemli/prometheus-mastodon-exporter:latest"
2022-11-04 21:02:52 +01:00
checksum:
name_template: "checksums.txt"
snapshot:
name_template: "{{ .Tag }}-next"
changelog:
skip: true