Skip to content

Commit

Permalink
Makefile: add lxd-metadata target
Browse files Browse the repository at this point in the history
Signed-off-by: Simon Deziel <[email protected]>
  • Loading branch information
simondeziel committed May 8, 2024
1 parent 8e0daba commit 1c80b38
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 @@ -42,6 +42,11 @@ lxd-agent:
CGO_ENABLED=0 go install -v -tags agent,netgo ./lxd-agent
@echo "LXD agent built successfully"

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

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

0 comments on commit 1c80b38

Please sign in to comment.