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 ec127a9 commit a840862Copy full SHA for a840862
.goreleaser.yml
@@ -9,16 +9,17 @@ builds:
9
flags:
10
- -trimpath
11
ldflags:
12
- - "-s -w -X main.version={{.Version}} -X main.commit={{.Commit}} -X main.date={{.Date}}"
+ - "-s -w"
13
+ - "-X github.com/docker/docker-credential-helpers/credentials.Name={{.ProjectName}}"
14
+ - "-X github.com/docker/docker-credential-helpers/credentials.Version={{.Version}}"
15
+ - "-X github.com/docker/docker-credential-helpers/credentials.Revision={{.Commit}}"
16
goos:
17
- freebsd
18
- windows
19
- linux
20
- darwin
21
goarch:
22
- amd64
- - "386"
- - arm
23
- arm64
24
binary: docker-credential-env
25
archives:
0 commit comments