We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 717018c commit ace8bacCopy full SHA for ace8bac
.goreleaser.yml
@@ -2,6 +2,7 @@ dist: build
2
version: 2
3
builds:
4
- binary: mongodb_exporter
5
+ id: mongodb_exporter
6
env:
7
goos:
8
- linux
@@ -20,7 +21,8 @@ builds:
20
21
- -v
22
ldflags:
23
- -s -w -X main.version=v{{.Version}} -X main.commit={{.ShortCommit}} -X main.buildDate={{.Date}}
- - binary: mongodb_exporter.gssapi
24
+ - binary: mongodb_exporter-gssapi
25
+ id: mongodb_exporter-gssapi
26
27
- CGO_ENABLED=1
28
0 commit comments