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 bd7ea0f commit dcdf2d1Copy full SHA for dcdf2d1
.goreleaser.yml
@@ -1,20 +1,20 @@
1
builds:
2
- - id: linux-build
3
- flags:
4
- - -trimpath
5
- asmflags:
6
- - all=-trimpath=$GOPATH
7
- gcflags:
8
9
- ldflags:
10
- - -s -w -X github.com/jacobbednarz/cf-vault/cmd.Rev={{ .Version }}
11
- env:
12
- - CGO_ENABLED=1
13
- goos:
14
- - linux
15
- ignore:
16
- - goos: linux
17
- goarch: "386"
+ # - id: linux-build
+ # flags:
+ # - -trimpath
+ # asmflags:
+ # - all=-trimpath=$GOPATH
+ # gcflags:
+ # ldflags:
+ # - -s -w -X github.com/jacobbednarz/cf-vault/cmd.Rev={{ .Version }}
+ # env:
+ # - CGO_ENABLED=1
+ # goos:
+ # - linux
+ # ignore:
+ # - goos: linux
+ # goarch: "386"
18
- id: darwin-build
19
flags:
20
- -trimpath
0 commit comments