We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e093f39 commit 4e20093Copy full SHA for 4e20093
.goreleaser.yaml
@@ -5,9 +5,8 @@ before:
5
- go generate ./...
6
builds:
7
- env:
8
- - CGO_ENABLED=1
+ - CGO_ENABLED=0
9
goos:
10
- - linux
11
- darwin
12
ldflags:
13
- -X github.com/noqqe/serra/pkg/serra.Version={{.Tag}}
@@ -20,14 +19,13 @@ archives:
20
19
{{ .ProjectName }}_
21
{{- title .Os }}_
22
{{- if eq .Arch "amd64" }}x86_64
23
- {{- else if eq .Arch "386" }}i386
24
{{- else }}{{ .Arch }}{{ end }}
25
changelog:
26
sort: asc
27
filters:
28
exclude:
29
- - '^docs:'
30
- - '^test:'
+ - "^docs:"
+ - "^test:"
31
brews:
32
- name: serra
33
goarm: 6
@@ -47,4 +45,3 @@ brews:
47
45
install: |
48
46
(share/"sounds").install "sounds/*mp3"
49
bin.install "serra"
50
-
0 commit comments