Skip to content

Commit

Permalink
add missing files to fix docker build (#154)
Browse files Browse the repository at this point in the history
Signed-off-by: Geoff Flarity <[email protected]>
Co-authored-by: Geoff Flarity <[email protected]>
  • Loading branch information
gflarity and Geoff Flarity authored May 7, 2024
1 parent 1013dcf commit f08de80
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ COPY go.* ./
RUN --mount=type=cache,target=/go/pkg/mod go mod download

# Copy the go source
COPY cmd/spiffe-helper/main.go cmd/spiffe-helper/main.go
COPY cmd/spiffe-helper/ cmd/spiffe-helper/
COPY pkg/ pkg/

# xx is a helper for cross-compilation
Expand Down

0 comments on commit f08de80

Please sign in to comment.