forked from TrueCloudLab/certificates
[actions] give ids to each goreleaser build
This commit is contained in:
parent
6920af0521
commit
036c3d8d51
1 changed files with 3 additions and 0 deletions
|
@ -8,6 +8,7 @@ before:
|
|||
# - go generate ./...
|
||||
builds:
|
||||
-
|
||||
id: step-ca
|
||||
env:
|
||||
- CGO_ENABLED=0
|
||||
goos:
|
||||
|
@ -27,6 +28,7 @@ builds:
|
|||
ldflags:
|
||||
- -w -X main.Version={{.Version}} -X main.BuildTime={{.Date}}
|
||||
-
|
||||
id: step-cloudkms-init
|
||||
env:
|
||||
- CGO_ENABLED=0
|
||||
goos:
|
||||
|
@ -46,6 +48,7 @@ builds:
|
|||
ldflags:
|
||||
- -w -X main.Version={{.Version}} -X main.BuildTime={{.Date}}
|
||||
-
|
||||
id: step-awskms-init
|
||||
env:
|
||||
- CGO_ENABLED=0
|
||||
goos:
|
||||
|
|
Loading…
Reference in a new issue