Skip to content

Commit

Permalink
build(ci): macOS universal binary support
Browse files Browse the repository at this point in the history
  • Loading branch information
mroth committed Dec 4, 2021
1 parent 2954275 commit 317c0b8
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .goreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,10 +17,12 @@ builds:
- -s -w -X main.buildVersion={{.Version}} -X main.buildCommit={{.ShortCommit}} -X main.buildDate={{.Date}}
archives:
- replacements:
darwin: mac
darwin: macOS
format_overrides:
- goos: windows
format: zip
universal_binaries:
- replace: true
checksum:
name_template: 'checksums.txt'
snapshot:
Expand Down

0 comments on commit 317c0b8

Please sign in to comment.