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 ffe37cd commit 28a507eCopy full SHA for 28a507e
.goreleaser.yml
@@ -21,28 +21,6 @@ builds:
21
- -v
22
ldflags:
23
- -s -w -X main.version=v{{.Version}} -X main.commit={{.ShortCommit}} -X main.buildDate={{.Date}}
24
- - binary: mongodb_exporter-gssapi
25
- id: mongodb_exporter-gssapi
26
- env:
27
- - CGO_ENABLED=1
28
- goos:
29
- - linux
30
- - darwin
31
- - windows
32
- goarch:
33
- - amd64
34
- - arm
35
- - arm64
36
- goarm:
37
- - 7
38
- ignore:
39
- - goos: darwin
40
- goarch: arm
41
- flags:
42
- - -v
43
- - -tags=gssapi
44
- ldflags:
45
- - -s -w -X main.version=v{{.Version}} -X main.commit={{.ShortCommit}} -X main.buildDate={{.Date}}
46
archives:
47
- name_template: "{{ .ProjectName }}-{{ .Version }}.{{ .Os }}-{{ .Arch }}"
48
wrap_in_directory: true
0 commit comments