File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1-
21# This is an example .goreleaser.yml file with some sensible defaults.
32# Make sure to check the documentation at https://goreleaser.com
43before :
@@ -14,6 +13,9 @@ builds:
1413 goos :
1514 - linux
1615 - darwin
16+ ignore :
17+ - goos : linux
18+ goarch : " 386"
1719 binary : turso
1820 main : ./cmd/turso
1921 flags :
@@ -33,23 +35,22 @@ archives:
3335 {{ .ProjectName }}_
3436 {{- title .Os }}_
3537 {{- if eq .Arch "amd64" }}x86_64
36- {{- else if eq .Arch "386" }}i386
3738 {{- else }}{{ .Arch }}{{ end }}
3839 {{- if .Arm }}v{{ .Arm }}{{ end }}
3940 # use zip for windows archives
4041 format_overrides :
41- - goos : windows
42- format : zip
42+ - goos : windows
43+ format : zip
4344checksum :
44- name_template : ' checksums.txt'
45+ name_template : " checksums.txt"
4546snapshot :
4647 name_template : " {{ incpatch .Version }}-next"
4748changelog :
4849 sort : asc
4950 filters :
5051 exclude :
51- - ' ^docs:'
52- - ' ^test:'
52+ - " ^docs:"
53+ - " ^test:"
5354
5455# The lines beneath this are called `modelines`. See `:help modeline`
5556# Feel free to remove those if you don't want/use them.
Original file line number Diff line number Diff line change 1-
21# This is an example .goreleaser.yml file with some sensible defaults.
32# Make sure to check the documentation at https://goreleaser.com
43before :
@@ -14,6 +13,9 @@ builds:
1413 goos :
1514 - linux
1615 - darwin
16+ ignore :
17+ - goos : linux
18+ goarch : " 386"
1719 binary : turso
1820 main : ./cmd/turso
1921 flags :
@@ -33,23 +35,22 @@ archives:
3335 {{ .ProjectName }}_
3436 {{- title .Os }}_
3537 {{- if eq .Arch "amd64" }}x86_64
36- {{- else if eq .Arch "386" }}i386
3738 {{- else }}{{ .Arch }}{{ end }}
3839 {{- if .Arm }}v{{ .Arm }}{{ end }}
3940 # use zip for windows archives
4041 format_overrides :
41- - goos : windows
42- format : zip
42+ - goos : windows
43+ format : zip
4344checksum :
44- name_template : ' checksums.txt'
45+ name_template : " checksums.txt"
4546snapshot :
4647 name_template : " {{ incpatch .Version }}-next"
4748changelog :
4849 sort : asc
4950 filters :
5051 exclude :
51- - ' ^docs:'
52- - ' ^test:'
52+ - " ^docs:"
53+ - " ^test:"
5354
5455brews :
5556 - name : turso
You can’t perform that action at this time.
0 commit comments