mirror of
https://github.com/Control-D-Inc/ctrld.git
synced 2026-07-29 01:18:48 +02:00
Add upx to goreleaser builds
Reducing the size of the final binaries, except for darwin, where the packed binaries failed to run.
This commit is contained in:
@@ -25,6 +25,8 @@ builds:
|
||||
gomips:
|
||||
- softfloat
|
||||
main: ./cmd/ctrld
|
||||
hooks:
|
||||
post: /bin/sh ./scripts/upx.sh
|
||||
archives:
|
||||
- format_overrides:
|
||||
- goos: windows
|
||||
|
||||
Reference in New Issue
Block a user