mirror of
https://github.com/Control-D-Inc/ctrld.git
synced 2026-08-10 13:20:33 +02:00
Add quic free version to goreleaser
This commit is contained in:
@@ -18,6 +18,10 @@ case "$binary" in
|
||||
echo >&2 "upx does not work with windows arm/arm64 binary yet"
|
||||
exit 0
|
||||
;;
|
||||
*_darwin_*)
|
||||
echo >&2 "upx claims to work with darwin binary, but testing show that it is broken"
|
||||
exit 0
|
||||
;;
|
||||
esac
|
||||
|
||||
upx -- "$binary"
|
||||
|
||||
Reference in New Issue
Block a user