Skip to content

Commit

Permalink
Fix goreleaser
Browse files Browse the repository at this point in the history
Signed-off-by: Kevin Fox <Kevin.Fox@pnnl.gov>
  • Loading branch information
kfox1111 committed Jan 13, 2025
1 parent a9a2612 commit adc72a2
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .goreleaser.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ builds:
- CGO_ENABLED=0
goos:
- linux
main: ./cmd/main.go
main: ./cmd
binary: spire-ha-agent
id: spire-ha-agent
- env:
Expand All @@ -30,6 +30,7 @@ archives:
- format: tar.gz
builds:
- spire-ha-agent
id: spire-ha-agent
# this name template makes the OS and Arch compatible with the results of `uname`.
name_template: >-
spire-ha-agent_
Expand All @@ -50,6 +51,7 @@ archives:
- format: tar.gz
builds:
- spire-trust-sync-helper
id: spire-trust-sync-helper
# this name template makes the OS and Arch compatible with the results of `uname`.
name_template: >-
spire-trust-sync-helper_
Expand All @@ -75,7 +77,8 @@ changelog:
- "^test:"

kos:
- repository: ghcr.io/spiffe/spire-ha-agent
- repositories:
- ghcr.io/spiffe/spire-ha-agent
tags:
- "{{.Version}}"
- latest
Expand Down

0 comments on commit adc72a2

Please sign in to comment.