php-fpm-exporter/.goreleaser.yml

25 lines
593 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
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}}"
archives:
- format: binary