Skip to content

Commit f0315d4

Browse files
authored
fix: stop compressing release binaries with upx (#17)
1 parent 7c448bb commit f0315d4

File tree

1 file changed

+1
-24
lines changed

1 file changed

+1
-24
lines changed

.goreleaser.yaml

Lines changed: 1 addition & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -6,31 +6,8 @@ builds:
66

77
targets:
88
- darwin_amd64
9-
- linux_amd64
10-
11-
flags:
12-
- -buildvcs=false
13-
- -trimpath
14-
15-
ldflags:
16-
- -s -w
17-
- -buildid=
18-
- -X jdk.sh/meta.date={{ .Date }}
19-
- -X jdk.sh/meta.sha={{ .Commit }}
20-
- -X jdk.sh/meta.version={{ .Tag }}
21-
22-
env:
23-
- CGO_ENABLED=0
24-
25-
hooks:
26-
post:
27-
- upx --best --ultra-brute "{{ .Path }}"
28-
29-
- id: aws-saml-m1
30-
binary: aws-saml
31-
32-
targets:
339
- darwin_arm64
10+
- linux_amd64
3411

3512
flags:
3613
- -buildvcs=false

0 commit comments

Comments
 (0)