Skip to content

Commit

Permalink
chore: create releases for amd64 (#233)
Browse files Browse the repository at this point in the history
  • Loading branch information
aseem-deepsource authored Dec 22, 2023
1 parent 3b6d0aa commit d150155
Showing 1 changed file with 11 additions and 1 deletion.
12 changes: 11 additions & 1 deletion goreleaser.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -87,13 +87,23 @@ builds:
- "-X 'main.version={{ .Version }}' -X 'main.SentryDSN={{ .Env.DEEPSOURCE_CLI_SENTRY_DSN }}'"

archives:
- name_template: >-
- id: arch_rename
builds:
- deepsource-darwin-amd64
- deepsource-linux-amd64
- windows-deepsource
name_template: >-
deepsource_{{ .Version }}_{{ .Os }}_
{{- if eq .Arch "amd64" }}x86_64
{{- else if eq .Arch "386" }}i386
{{- else }}{{ .Arch }}{{ end }}
files:
- completions/*
- id: default
name_template: >-
deepsource_{{ .Version }}_{{ .Os }}_{{ .Arch }}
files:
- completions/*
checksum:
name_template: 'checksums.txt'
snapshot:
Expand Down

0 comments on commit d150155

Please sign in to comment.