Skip to content

Commit

Permalink
Restructure
Browse files Browse the repository at this point in the history
Signed-off-by: Kevin Fox <[email protected]>
  • Loading branch information
kfox1111 committed Jan 13, 2025
1 parent 6389b80 commit 641472d
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .goreleaser.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,14 +15,14 @@ builds:
- CGO_ENABLED=0
goos:
- linux
main: ./cmd
main: ./cmd/spire-ha-agent
binary: spire-ha-agent
id: spire-ha-agent
- env:
- CGO_ENABLED=0
goos:
- linux
main: ./cmd/spire-trust-sync-helper.go
main: ./cmd/spire-trust-sync-helper
binary: spire-trust-sync-helper
id: spire-trust-sync-helper

Expand Down
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ COPY . /build/
WORKDIR /build

RUN \
GOPROXY=direct CGO_ENABLED=0 go build cmd/main.go && \
GOPROXY=direct CGO_ENABLED=0 go build cmd/spire-ha-agent/main.go && \
mv main spire-ha-agent

FROM gcr.io/distroless/static-debian12
Expand Down
File renamed without changes.
File renamed without changes.

0 comments on commit 641472d

Please sign in to comment.