Skip to content

Commit

Permalink
goreleaser: include goarm/goamd64/gomips info in the filename
Browse files Browse the repository at this point in the history
  • Loading branch information
jrockway committed May 28, 2022
1 parent 0a575f8 commit a4577c8
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .goreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,8 @@ archives:
- jlog
format: binary
wrap_in_directory: false
name_template: "jlog_v{{ .Version }}_{{ .Os }}_{{ .Arch }}"
name_template: |
jlog_v{{ .Version }}_{{ .Os }}_{{ .Arch }}{{ with .Arm }}v{{ . }}{{ end }}{{ with .Mips }}_{{ . }}{{ end }}{{ if not (eq .Amd64 "v2") }}{{ .Amd64 }}{{ end }}
checksum:
name_template: "checksums.txt"
snapshot:
Expand Down

0 comments on commit a4577c8

Please sign in to comment.