Skip to content

Commit

Permalink
fix: goreleaser
Browse files Browse the repository at this point in the history
  • Loading branch information
Vilsol committed Jan 6, 2024
1 parent 004a8c7 commit cb2abc8
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .goreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,9 @@ builds:
main: ./cmd/api/serve.go

archives:
- replacements:
linux: Linux
amd64: x86_64
- format: binary
allow_different_binary_count: true
name_template: "{{ .Binary }}_{{ .Os }}_{{ .Arch }}{{ if .Arm }}v{{ .Arm }}{{ end }}{{ if .Mips }}_{{ .Mips }}{{ end }}"

checksum:
name_template: 'checksums.txt'
Expand Down

0 comments on commit cb2abc8

Please sign in to comment.