Skip to content

Commit 4e20093

Browse files
committed
Remove linux
1 parent e093f39 commit 4e20093

File tree

1 file changed

+3
-6
lines changed

1 file changed

+3
-6
lines changed

.goreleaser.yaml

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,8 @@ before:
55
- go generate ./...
66
builds:
77
- env:
8-
- CGO_ENABLED=1
8+
- CGO_ENABLED=0
99
goos:
10-
- linux
1110
- darwin
1211
ldflags:
1312
- -X github.com/noqqe/serra/pkg/serra.Version={{.Tag}}
@@ -20,14 +19,13 @@ archives:
2019
{{ .ProjectName }}_
2120
{{- title .Os }}_
2221
{{- if eq .Arch "amd64" }}x86_64
23-
{{- else if eq .Arch "386" }}i386
2422
{{- else }}{{ .Arch }}{{ end }}
2523
changelog:
2624
sort: asc
2725
filters:
2826
exclude:
29-
- '^docs:'
30-
- '^test:'
27+
- "^docs:"
28+
- "^test:"
3129
brews:
3230
- name: serra
3331
goarm: 6
@@ -47,4 +45,3 @@ brews:
4745
install: |
4846
(share/"sounds").install "sounds/*mp3"
4947
bin.install "serra"
50-

0 commit comments

Comments
 (0)