diff --git a/.goreleaser.yml b/.goreleaser.yml index 346f366..a460869 100644 --- a/.goreleaser.yml +++ b/.goreleaser.yml @@ -32,13 +32,16 @@ builds: gcflags: - all=-trimpath={{.Env.GOPATH}} no_unique_dist_dir: true +upx: + - # Whether to enable it or not. + # + # Templates: allowed (since v1.21) + enabled: true archives: - name_template: "{{ .ProjectName }}_{{ .Os }}_{{ .Arch }}" format: binary - replacements: - amd64_v1: amd64 checksum: name_template: "{{ .ProjectName }}_checksums.txt"