Skip to content

Commit

Permalink
change build postfix
Browse files Browse the repository at this point in the history
  • Loading branch information
qnkhuat committed Jan 1, 2022
1 parent 4d3d572 commit 392c9fb
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions cli/.goreleaser.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -37,8 +37,7 @@ archives:
darwin: Darwin
linux: Linux
386: i386
amd64: intel
arm64: arm
amd64: x86_64

name_template: "{{ .Binary }}_{{ .Version }}_{{ .Os }}_{{ .Arch }}"

Expand All @@ -49,8 +48,7 @@ archives:
darwin: Darwin
linux: Linux
386: i386
amd64: intel
arm64: arm
amd64: x86_64

name_template: "{{ .Binary }}_{{ .Version }}_{{ .Os }}_{{ .Arch }}"

Expand Down

0 comments on commit 392c9fb

Please sign in to comment.