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 ed808fe commit c226c78Copy full SHA for c226c78
.goreleaser.yml
@@ -25,7 +25,6 @@ builds:
25
goarch: 386
26
ldflags: -s -w -X main.version={{.Env.VERSION }} -X main.commit={{.Commit}} -X main.owner={{.Env.OWNER}} -X main.repo={{.Env.REPO}} -X main.built={{.Env.BUILT}}
27
binary: ecctl
28
- lang: go
29
archives:
30
- name_template: '{{ .ProjectName }}_{{ .Version }}_{{ .Os }}_{{ .Arch }}{{ if .Arm}}v{{ .Arm }}{{ end }}'
31
format: tar.gz
0 commit comments