Skip to content

Commit

Permalink
remove global linux goreleaser build file and fix checksums file name
Browse files Browse the repository at this point in the history
  • Loading branch information
francoismichel committed Dec 15, 2023
1 parent 62d0c9f commit 73f0bfd
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 92 deletions.
2 changes: 1 addition & 1 deletion .goreleaser-linux-amd64.yml
Original file line number Diff line number Diff line change
Expand Up @@ -82,4 +82,4 @@ changelog:
- "^test:"

checksum:
name_template: '{{ .ProjectName }}_{{ .Version }}_linux_checksums.txt'
name_template: '{{ .ProjectName }}_{{ .Version }}_linux_{{ .Arch }}_checksums.txt'
2 changes: 1 addition & 1 deletion .goreleaser-linux-arm64.yml
Original file line number Diff line number Diff line change
Expand Up @@ -72,4 +72,4 @@ changelog:
- "^test:"

checksum:
name_template: '{{ .ProjectName }}_{{ .Version }}_linux_checksums.txt'
name_template: '{{ .ProjectName }}_{{ .Version }}_linux_{{ .Arch }}_checksums.txt'
90 changes: 0 additions & 90 deletions .goreleaser-linux.yml

This file was deleted.

0 comments on commit 73f0bfd

Please sign in to comment.