Skip to content

Commit adc72a2

Browse files
committed
Fix goreleaser
Signed-off-by: Kevin Fox <Kevin.Fox@pnnl.gov>
1 parent a9a2612 commit adc72a2

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

.goreleaser.yaml

+5-2
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ builds:
1515
- CGO_ENABLED=0
1616
goos:
1717
- linux
18-
main: ./cmd/main.go
18+
main: ./cmd
1919
binary: spire-ha-agent
2020
id: spire-ha-agent
2121
- env:
@@ -30,6 +30,7 @@ archives:
3030
- format: tar.gz
3131
builds:
3232
- spire-ha-agent
33+
id: spire-ha-agent
3334
# this name template makes the OS and Arch compatible with the results of `uname`.
3435
name_template: >-
3536
spire-ha-agent_
@@ -50,6 +51,7 @@ archives:
5051
- format: tar.gz
5152
builds:
5253
- spire-trust-sync-helper
54+
id: spire-trust-sync-helper
5355
# this name template makes the OS and Arch compatible with the results of `uname`.
5456
name_template: >-
5557
spire-trust-sync-helper_
@@ -75,7 +77,8 @@ changelog:
7577
- "^test:"
7678

7779
kos:
78-
- repository: ghcr.io/spiffe/spire-ha-agent
80+
- repositories:
81+
- ghcr.io/spiffe/spire-ha-agent
7982
tags:
8083
- "{{.Version}}"
8184
- latest

0 commit comments

Comments
 (0)