Skip to content

Commit

Permalink
vendor update
Browse files Browse the repository at this point in the history
Signed-off-by: Harsh Desai <[email protected]>
Signed-off-by: pault84 <[email protected]>
  • Loading branch information
harsh-px authored and pault84 committed Jun 11, 2021
1 parent 11178fb commit 6fb90f8
Show file tree
Hide file tree
Showing 31 changed files with 3,752 additions and 42 deletions.
4 changes: 4 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -121,6 +121,10 @@ build-kdmp:
-X github.com/portworx/kdmp/pkg/version.buildDate=${BUILD_DATE}" \
$(BASE_DIR)/cmd/kdmp

build-encryptor:
@echo "Build encryptor"
@cd cmd/3ncryptor/ && go build -o ../../bin/3ncryptor -ldflags="-s" .

container-kdmp:
@echo "Build kdmp docker image"
docker build --tag $(DOCKER_IMAGE) .
Expand Down
Loading

0 comments on commit 6fb90f8

Please sign in to comment.