We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 80e21e9 commit 0ee301cCopy full SHA for 0ee301c
.goreleaser.yml
@@ -26,7 +26,11 @@ builds:
26
goarch:
27
- amd64
28
ldflags:
29
- - -s -w -X github.com/ovotech/cloud-key-rotator/cmd/cobra.version={{.Version}} -X github.com/ovotech/cloud-key-rotator/cmd/cobra.commit={{.ShortCommit}} -X github.com/ovotech/cloud-key-rotator/cmd/cobra.date={{.Date}} -X github.com/ovotech/cloud-key-rotator/cmd/cobra.osArch={{.Os}}
+ - -s -w
30
+ - -X github.com/ovotech/cloud-key-rotator/cmd/cobra.version={{.Version}}
31
+ - -X github.com/ovotech/cloud-key-rotator/cmd/cobra.commit={{.ShortCommit}}
32
+ - -X github.com/ovotech/cloud-key-rotator/cmd/cobra.date={{.Date}}
33
+ - -X github.com/ovotech/cloud-key-rotator/cmd/cobra.osArch={{.Os}}/{{.Arch}}
34
- id: lambda-build
35
binary: cloud-key-rotator
36
main: ./cmd/
0 commit comments