We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9211192 commit 190634bCopy full SHA for 190634b
.gitignore
@@ -29,3 +29,4 @@ __debug*
29
30
dist/
31
/.tools/
32
+.env
.goreleaser.yaml
@@ -21,6 +21,9 @@ builds:
21
- linux
22
- windows
23
- darwin
24
+ goarch:
25
+ - amd64
26
+ - arm64
27
28
archives:
- format: tar.gz
@@ -29,7 +32,6 @@ archives:
{{ .ProjectName }}_
33
{{- title .Os }}_
34
{{- if eq .Arch "amd64" }}x86_64
- {{- else if eq .Arch "386" }}i386
35
{{- else }}{{ .Arch }}{{ end }}
36
{{- if .Arm }}v{{ .Arm }}{{ end }}
37
# use zip for windows archives
0 commit comments