Skip to content

Commit 641472d

Browse files
committed
Restructure
Signed-off-by: Kevin Fox <Kevin.Fox@pnnl.gov>
1 parent 6389b80 commit 641472d

File tree

4 files changed

+3
-3
lines changed

4 files changed

+3
-3
lines changed

.goreleaser.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -15,14 +15,14 @@ builds:
1515
- CGO_ENABLED=0
1616
goos:
1717
- linux
18-
main: ./cmd
18+
main: ./cmd/spire-ha-agent
1919
binary: spire-ha-agent
2020
id: spire-ha-agent
2121
- env:
2222
- CGO_ENABLED=0
2323
goos:
2424
- linux
25-
main: ./cmd/spire-trust-sync-helper.go
25+
main: ./cmd/spire-trust-sync-helper
2626
binary: spire-trust-sync-helper
2727
id: spire-trust-sync-helper
2828

Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ COPY . /build/
44
WORKDIR /build
55

66
RUN \
7-
GOPROXY=direct CGO_ENABLED=0 go build cmd/main.go && \
7+
GOPROXY=direct CGO_ENABLED=0 go build cmd/spire-ha-agent/main.go && \
88
mv main spire-ha-agent
99

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

0 commit comments

Comments
 (0)