Skip to content

Commit

Permalink
vtpm : move proxy tpm to its own directory
Browse files Browse the repository at this point in the history
Signed-off-by: Shahriyar Jalayeri <shahriyar@zededa.com>
  • Loading branch information
shjala authored and OhmSpectator committed Oct 11, 2024
1 parent f93c3b5 commit 24bdb12
Show file tree
Hide file tree
Showing 9 changed files with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions pkg/vtpm/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -70,9 +70,7 @@ RUN GO111MODULE=on CGO_ENABLED=0 go build -ldflags "-s -w -X=main.Version=${GOPK

# Build ptpm
WORKDIR /ptpm-build
COPY Makefile /ptpm-build/
COPY src/ /ptpm-build/src
COPY proto/ /ptpm-build/proto
ADD ptpm/ /ptpm-build
RUN make -j$(nproc) && cp ptpm /out/usr/bin/
RUN strip --strip-unneeded /out/usr/bin/ptpm

Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 comments on commit 24bdb12

Please sign in to comment.