Skip to content

Commit

Permalink
Build universal binaries on macOS (evcc-io#1986)
Browse files Browse the repository at this point in the history
  • Loading branch information
DerAndereAndi authored Dec 5, 2021
1 parent 111d499 commit 9f94f44
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .goreleaser-nightly.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,8 @@ archives:
files:
- evcc.dist.yaml
name_template: "{{.ProjectName}}_{{ .Version }}.{{.Timestamp}}_{{.Os}}-{{.Arch}}"
universal_binaries:
- replace: true
checksum:
name_template: 'checksums.txt'
snapshot:
Expand Down
2 changes: 2 additions & 0 deletions .goreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,8 @@ archives:
format: zip
files:
- evcc.dist.yaml
universal_binaries:
- replace: true
checksum:
name_template: 'checksums.txt'
snapshot:
Expand Down

0 comments on commit 9f94f44

Please sign in to comment.