mirror of
https://github.com/chainreactors/spray.git
synced 2025-11-05 10:27:38 +00:00
enable upx release
This commit is contained in:
parent
408004223c
commit
414b85a4f0
@ -32,13 +32,16 @@ builds:
|
|||||||
gcflags:
|
gcflags:
|
||||||
- all=-trimpath={{.Env.GOPATH}}
|
- all=-trimpath={{.Env.GOPATH}}
|
||||||
no_unique_dist_dir: true
|
no_unique_dist_dir: true
|
||||||
|
upx:
|
||||||
|
- # Whether to enable it or not.
|
||||||
|
#
|
||||||
|
# Templates: allowed (since v1.21)
|
||||||
|
enabled: true
|
||||||
|
|
||||||
archives:
|
archives:
|
||||||
-
|
-
|
||||||
name_template: "{{ .ProjectName }}_{{ .Os }}_{{ .Arch }}"
|
name_template: "{{ .ProjectName }}_{{ .Os }}_{{ .Arch }}"
|
||||||
format: binary
|
format: binary
|
||||||
replacements:
|
|
||||||
amd64_v1: amd64
|
|
||||||
|
|
||||||
checksum:
|
checksum:
|
||||||
name_template: "{{ .ProjectName }}_checksums.txt"
|
name_template: "{{ .ProjectName }}_checksums.txt"
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user