Skip to content

Commit 28a507e

Browse files
authored
drop gssapi builds (#1133)
1 parent ffe37cd commit 28a507e

File tree

1 file changed

+0
-22
lines changed

1 file changed

+0
-22
lines changed

.goreleaser.yml

Lines changed: 0 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -21,28 +21,6 @@ builds:
2121
- -v
2222
ldflags:
2323
- -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}}
4624
archives:
4725
- name_template: "{{ .ProjectName }}-{{ .Version }}.{{ .Os }}-{{ .Arch }}"
4826
wrap_in_directory: true

0 commit comments

Comments
 (0)