php-fpm-exporter/.goreleaser.yml
2018-02-21 16:25:21 +11:00

19 lines
No EOL
279 B
YAML

builds:
- binary: php-fpm_exporter
env:
- CGO_ENABLED=0
goos:
- windows
- darwin
- linux
goarch:
- amd64
dockers:
- image: hipages/php-fpm_exporter
archive:
format: binary
format_overrides:
- goos: windows
format: zip