Skip to content

Commit

Permalink
ci: pack all webmeshd binaries when supported
Browse files Browse the repository at this point in the history
  • Loading branch information
tinyzimmer committed Nov 5, 2023
1 parent fd283bb commit b8d6473
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .goreleaser.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -96,12 +96,16 @@ builds:
- arm64

upx:
- ids: [node, webmeshd]
- ids: [node]
enabled: true
compress: best
lzma: true
goos: [linux]
goarch: [amd64, arm64, arm, '386', ppc64le, mipsle, mips]
- ids: [webmeshd]
enabled: true
compress: best
lzma: true

checksum:
name_template: 'checksums.txt'
Expand Down

0 comments on commit b8d6473

Please sign in to comment.