php-fpm-exporter/.goreleaser.yml

18 lines
262 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: hipages/php-fpm_exporter
2018-02-19 00:40:18 +00:00
archive:
format_overrides:
- goos: windows
format: zip