Skip to content

Commit

Permalink
fix: goreleaser again, using only the arch/os
Browse files Browse the repository at this point in the history
  • Loading branch information
nobe4 committed May 22, 2024
1 parent 9fb1623 commit cb84450
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions .goreleaser.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,11 +13,14 @@ builds:
- CGO_ENABLED=0

archives:
- format: binary
name_template: "{{ .ProjectName }}-{{ .Tag }}-{{ .Os }}-{{ .Arch }}"
- name_template: "{{ .Os }}-{{ .Arch }}"
format: binary

snapshot:
name_template: "{{ .Tag }}-next"

changelog:
sort: asc
use: github-native

release:
draft: true

0 comments on commit cb84450

Please sign in to comment.