diff --git a/.goreleaser.yaml b/.goreleaser.yaml index ce2e8255a2..23e1563903 100644 --- a/.goreleaser.yaml +++ b/.goreleaser.yaml @@ -31,8 +31,10 @@ builds: - "-s -w -X github.com/replicate/cog/pkg/global.Version={{.Version}} -X github.com/replicate/cog/pkg/global.Commit={{.Commit}} -X github.com/replicate/cog/pkg/global.BuildTime={{.Date}}" archives: - format: binary + builds: + - cog # for now we only release cog name_template: >- - {{ .ProjectName }}_ + {{ .Binary }}_ {{- title .Os }}_ {{- if eq .Arch "amd64" }}x86_64 {{- else if eq .Arch "386" }}i386