Skip to content

Commit 84955bf

Browse files
committed
Fix goreleaser
1 parent 9846a02 commit 84955bf

File tree

1 file changed

+1
-19
lines changed

1 file changed

+1
-19
lines changed

.goreleaser.yml

Lines changed: 1 addition & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,4 @@
11
project_name: mysqlrouter_exporter
2-
env:
3-
- GO111MODULE=on
42
before:
53
hooks:
64
- go mod tidy
@@ -16,29 +14,13 @@ builds:
1614
- CGO_ENABLED=0
1715
goos:
1816
- linux
19-
- windows
2017
- darwin
2118
goarch:
2219
- amd64
23-
- arm
2420
- arm64
25-
- 386
2621
goarm:
27-
- 6
28-
- 7
29-
ignore:
30-
- goos: darwin
31-
goarch: 386
22+
- "7"
3223
archives:
3324
- 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
4325
release:
4426
prerelease: auto

0 commit comments

Comments
 (0)