Skip to content

Commit

Permalink
Merge pull request #52 from andrewsav-bt/master
Browse files Browse the repository at this point in the history
fix goreleaser incompatibility
  • Loading branch information
danielpodwysocki-gini authored Oct 16, 2024
2 parents 4bbb246 + e98d226 commit 83b6a99
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 7 deletions.
12 changes: 7 additions & 5 deletions .goreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,11 +31,13 @@ builds:
universal_binaries:
- replace: true
archives:
- replacements:
darwin: Darwin
linux: Linux
windows: Windows
amd64: x86_64
- name_template: >-
{{- .ProjectName }}_
{{- title .Os }}_
{{- if eq .Arch "amd64" }}x86_64
{{- else if eq .Arch "386" }}i386
{{- else }}{{ .Arch }}{{ end }}
{{- if .Arm }}v{{ .Arm }}{{ end -}}
checksum:
name_template: 'checksums.txt'
snapshot:
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ The easiest way to get everything set up correctly (e.g. ldflags) is to use [gor

```
# cd DEXTER_SOURCE
# goreleaser release --snapshot --rm-dist
# goreleaser release --snapshot --clean
• releasing...
• loading config file file=.goreleaser.yml
• loading environment variables
Expand Down Expand Up @@ -216,7 +216,7 @@ It's awesome that you consider contributing to `dexter` and it's really simple.
Initial code was written by [Daniel Kerwin](mailto:[email protected]) & David González Ruiz

Contributors (in alphabetical order):
- https://github.com/andrewsav-datacom
- https://github.com/andrewsav-bt
- https://github.com/cblims
- https://github.com/Lujeni
- https://github.com/pussinboots
Expand Down

0 comments on commit 83b6a99

Please sign in to comment.