We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fd8d755 commit f2a4dc7Copy full SHA for f2a4dc7
1 file changed
.goreleaser.yaml
@@ -17,15 +17,14 @@ before:
17
18
builds:
19
- env:
20
- - CGO_ENABLED=1
+ - CGO_ENABLED=0
21
main: ./cmd/sqliteadmin
22
goos:
23
- linux
24
- - windows
25
- darwin
26
27
archives:
28
- - format: tar.gz
+ - formats: [tar.gz]
29
# this name template makes the OS and Arch compatible with the results of `uname`.
30
name_template: >-
31
{{ .ProjectName }}_
@@ -34,10 +33,6 @@ archives:
34
33
{{- else if eq .Arch "386" }}i386
35
{{- else }}{{ .Arch }}{{ end }}
36
{{- if .Arm }}v{{ .Arm }}{{ end }}
37
- # use zip for windows archives
38
- format_overrides:
39
- - goos: windows
40
- format: zip
41
42
changelog:
43
sort: asc
0 commit comments