File tree 1 file changed +5
-2
lines changed
1 file changed +5
-2
lines changed Original file line number Diff line number Diff line change @@ -15,7 +15,7 @@ builds:
15
15
- CGO_ENABLED=0
16
16
goos :
17
17
- linux
18
- main : ./cmd/main.go
18
+ main : ./cmd
19
19
binary : spire-ha-agent
20
20
id : spire-ha-agent
21
21
- env :
@@ -30,6 +30,7 @@ archives:
30
30
- format : tar.gz
31
31
builds :
32
32
- spire-ha-agent
33
+ id : spire-ha-agent
33
34
# this name template makes the OS and Arch compatible with the results of `uname`.
34
35
name_template : >-
35
36
spire-ha-agent_
@@ -50,6 +51,7 @@ archives:
50
51
- format : tar.gz
51
52
builds :
52
53
- spire-trust-sync-helper
54
+ id : spire-trust-sync-helper
53
55
# this name template makes the OS and Arch compatible with the results of `uname`.
54
56
name_template : >-
55
57
spire-trust-sync-helper_
@@ -75,7 +77,8 @@ changelog:
75
77
- " ^test:"
76
78
77
79
kos :
78
- - repository : ghcr.io/spiffe/spire-ha-agent
80
+ - repositories :
81
+ - ghcr.io/spiffe/spire-ha-agent
79
82
tags :
80
83
- " {{.Version}}"
81
84
- latest
You can’t perform that action at this time.
0 commit comments