2018-02-18 11:21:36 +00:00
|
|
|
builds:
|
|
|
|
- binary: php-fpm_exporter
|
2018-02-19 08:48:35 +00:00
|
|
|
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
|
|
|
|
2018-02-19 02:07:35 +00:00
|
|
|
dockers:
|
2018-12-30 23:10:10 +00:00
|
|
|
- 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}}"
|
2018-02-19 02:07:35 +00:00
|
|
|
|
2020-03-21 10:55:46 +00:00
|
|
|
changelog:
|
|
|
|
filters:
|
|
|
|
exclude:
|
|
|
|
- '^docs:'
|
|
|
|
|
2020-03-10 12:55:13 +00:00
|
|
|
archives:
|
2021-08-27 01:18:33 +00:00
|
|
|
- id: default
|
|
|
|
format: binary
|
|
|
|
- id: targz
|
|
|
|
format: tar.gz
|