Skip to content

Commit

Permalink
Technical/Update goreleaser config (#164)
Browse files Browse the repository at this point in the history
  • Loading branch information
bestwebua authored Dec 27, 2023
1 parent 12fc9a5 commit 950ee14
Showing 1 changed file with 5 additions and 7 deletions.
12 changes: 5 additions & 7 deletions .circleci/.goreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,13 +21,11 @@ archives:
- id: smtpmock-archive
builds:
- smtpmock-build
name_template: "smtpmock_{{ .Os }}_{{ .Arch }}"
replacements:
darwin: Darwin
linux: Linux
windows: Windows
386: i386
amd64: x86_64
name_template: >-
smtpmock_
{{- title .Os }}_
{{- if eq .Arch "amd64" }}x86_64
{{- else }}{{ .Arch }}{{ end }}
format_overrides:
- goos: windows
format: zip
Expand Down

0 comments on commit 950ee14

Please sign in to comment.