We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7c448bb commit f0315d4Copy full SHA for f0315d4
.goreleaser.yaml
@@ -6,31 +6,8 @@ builds:
6
7
targets:
8
- 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:
33
- darwin_arm64
+ - linux_amd64
34
35
flags:
36
- -buildvcs=false
0 commit comments