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 9846a02 commit 84955bfCopy full SHA for 84955bf
.goreleaser.yml
@@ -1,6 +1,4 @@
1
project_name: mysqlrouter_exporter
2
-env:
3
- - GO111MODULE=on
4
before:
5
hooks:
6
- go mod tidy
@@ -16,29 +14,13 @@ builds:
16
14
- CGO_ENABLED=0
17
15
goos:
18
- linux
19
- - windows
20
- darwin
21
goarch:
22
- amd64
23
- - arm
24
- arm64
25
- - 386
26
goarm:
27
- - 6
28
- - 7
29
- ignore:
30
- - goos: darwin
31
- goarch: 386
+ - "7"
32
archives:
33
- name_template: '{{ .ProjectName }}_{{ .Os }}_{{ .Arch }}{{ if .Arm }}v{{ .Arm }}{{ end }}'
34
- replacements:
35
- darwin: darwin
36
- linux: linux
37
- windows: windows
38
- 386: i386
39
- amd64: x86_64
40
- format_overrides:
41
- - goos: windows
42
- format: zip
43
release:
44
prerelease: auto
0 commit comments