Add goreleaser config
This commit is contained in:
parent
ddd067fa5a
commit
48c441a825
1 changed files with 8 additions and 0 deletions
8
.goreleaser.yml
Normal file
8
.goreleaser.yml
Normal file
|
@ -0,0 +1,8 @@
|
||||||
|
builds:
|
||||||
|
- binary: php-fpm_exporter
|
||||||
|
goos:
|
||||||
|
- windows
|
||||||
|
- darwin
|
||||||
|
- linux
|
||||||
|
goarch:
|
||||||
|
- amd64
|
Loading…
Reference in a new issue