Skip to content
This repository has been archived by the owner on Oct 9, 2023. It is now read-only.

Commit

Permalink
Update .goreleaser.yml (#61)
Browse files Browse the repository at this point in the history
  • Loading branch information
eapolinario committed Jul 7, 2023
1 parent e93f5bd commit 10f7420
Showing 1 changed file with 4 additions and 9 deletions.
13 changes: 4 additions & 9 deletions .goreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,17 +17,12 @@ builds:
archives:
- id: flytecopilot-archive
name_template: |-
flytecopilot_{{ .Tag }}_{{ .Os }}_{{ .Arch -}}
{{- with .Arm -}}
{{- if (eq . "6") -}}hf
{{- else -}}v{{- . -}}
{{- end -}}
{{- end -}}
flytecopilot_{{ .Tag }}_{{ .Os }}_
{{- if eq .Arch "amd64" }}x86_64
{{- else if eq .Arch "386" }}i386
{{- else }}{{ .Arch }}{{ end }}
builds:
- flytecopilot
replacements:
386: i386
amd64: x86_64
format_overrides:
- goos: windows
format: zip
Expand Down

0 comments on commit 10f7420

Please sign in to comment.