We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d8cecd4 commit 18974a1Copy full SHA for 18974a1
.goreleaser.yml
@@ -30,8 +30,7 @@ builds:
30
# List of combinations of GOOS + GOARCH + GOARM to ignore.
31
# Default is empty.
32
ignore:
33
- - goos: darwin
34
- goarch: 386
+ - goarch: 386
35
- goos: linux
36
goarch: arm
37
goarm: 7
@@ -52,8 +51,7 @@ builds:
52
51
-X main.version=v{{.Version}}
53
54
55
56
57
58
59
@@ -74,8 +72,7 @@ builds:
74
72
75
73
76
77
78
79
80
81
0 commit comments