php-fpm-exporter/.goreleaser.yml

32 lines
679 B
YAML
Raw Normal View History

2018-02-18 11:21:36 +00:00
builds:
- binary: php-fpm_exporter
env:
- CGO_ENABLED=0
2018-02-18 11:21:36 +00:00
goos:
- windows
- darwin
- linux
goarch:
2018-02-19 00:40:18 +00:00
- amd64
2021-01-07 22:48:39 +00:00
- arm64
2018-02-19 00:40:18 +00:00
dockers:
- image_templates:
- "hipages/php-fpm_exporter:latest"
- "hipages/php-fpm_exporter:{{ .Major }}.{{ .Minor }}.{{ .Patch }}"
- "hipages/php-fpm_exporter:{{ .Major }}.{{ .Minor }}"
- "hipages/php-fpm_exporter:{{ .Major }}"
build_flag_templates:
- "--build-arg=VERSION={{.Version}}"
- "--build-arg=BUILD_DATE={{.Date}}"
- "--build-arg=VCS_REF={{.FullCommit}}"
changelog:
filters:
exclude:
- '^docs:'
archives:
- format: binary
- format: tar.gz