Skip to content

Commit

Permalink
chore: update archive config to keep original arch name
Browse files Browse the repository at this point in the history
  • Loading branch information
HFO4 committed Feb 10, 2023
1 parent 3db803e commit 35c4215
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .goreleaser.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -41,10 +41,7 @@ archives:
# this name template makes the OS and Arch compatible with the results of uname.
name_template: >-
cloudreve_
{{- .Os }}_
{{- if eq .Arch "amd64" }}x86_64
{{- else if eq .Arch "386" }}i386
{{- else }}{{ .Arch }}{{ end }}
{{- .Os }}_{{ .Arch }}
{{- if .Arm }}v{{ .Arm }}{{ end }}
# use zip for windows archives
format_overrides:
Expand Down

0 comments on commit 35c4215

Please sign in to comment.