Skip to content

Commit

Permalink
make goreleaser just do binaries
Browse files Browse the repository at this point in the history
Former-commit-id: 17b7b4e
Former-commit-id: 85cc16d4adb3a9e3f27581dc7258af98a474c9be
  • Loading branch information
factoidforrest committed Dec 15, 2021
1 parent 365c4f5 commit 576bf83
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion tools/log4shell/.goreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,12 +12,14 @@ builds:
- windows
- darwin
archives:
- replacements:
- format: binary
replacements:
darwin: Darwin
linux: Linux
windows: Windows
386: i386
amd64: x86_64

checksum:
name_template: 'checksums.txt'
snapshot:
Expand Down

0 comments on commit 576bf83

Please sign in to comment.