We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 655ea6d commit 6cbffc4Copy full SHA for 6cbffc4
.goreleaser.yml
@@ -18,11 +18,20 @@ build:
18
- windows
19
goarch:
20
- amd64
21
+ - arm64
22
env:
23
- CGO_ENABLED=0
24
25
archives:
- - format: binary
26
+ - name_template: "{{ .ProjectName }}_{{ .Os }}_{{ .Arch }}{{ if .Arm }}v{{ .Arm }}{{ end }}"
27
+ replacements:
28
+ darwin: Darwin
29
+ linux: Linux
30
+ windows: Windows
31
+ amd64: x86_64
32
+ format_overrides:
33
+ - goos: windows
34
+ format: zip
35
36
snapshot:
37
name_template: SNAPSHOT-{{ .Commit }}
0 commit comments