Skip to content

Commit

Permalink
Merge pull request #21 from MassMesh/add-goreleaser-fix-1
Browse files Browse the repository at this point in the history
Disable the binary count check in the goreleaser archive step.
  • Loading branch information
cure authored Dec 12, 2021
2 parents 448bd73 + 26df73d commit bcf59fe
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .goreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -97,6 +97,7 @@ archives:
- rpi4-client
- rpi3-client
name_template: "{{ .Binary }}_{{ .Version }}_{{ .Os }}_{{ .Arch }}{{ if .Arm }}v{{ .Arm }}{{ end }}"
allow_different_binary_count: true
format: binary

checksum:
Expand Down

0 comments on commit bcf59fe

Please sign in to comment.