From cb2abc851bf8bc0aecca9fa8d4d339a5d5af36e1 Mon Sep 17 00:00:00 2001 From: Vilsol Date: Sat, 6 Jan 2024 23:04:12 +0200 Subject: [PATCH] fix: goreleaser --- .goreleaser.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.goreleaser.yml b/.goreleaser.yml index b1746cba..e55570af 100755 --- a/.goreleaser.yml +++ b/.goreleaser.yml @@ -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'