Skip to content

Commit

Permalink
Makefile: add build target for lxd-cdi-hook
Browse files Browse the repository at this point in the history
Signed-off-by: Gabriel Mougard <[email protected]>
  • Loading branch information
gabrielmougard committed Jun 18, 2024
1 parent 420289a commit 6357d56
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,11 @@ lxd-benchmark:
CGO_ENABLED=0 go install -v ./lxd-benchmark
@echo "LXD benchmark built successfully"

.PHONY: lxd-cdi-hook
lxd-cdi-hook:
CGO_ENABLED=0 go install -v ./lxd-cdi-hook
@echo "LXD cdi hook built successfully"

.PHONY: lxd-metadata
lxd-metadata:
CGO_ENABLED=0 go install -v -tags lxd-metadata ./lxd/lxd-metadata
Expand Down

0 comments on commit 6357d56

Please sign in to comment.