kpod: Use build tags in makefile
Signed-off-by: Matthew Heon <mheon@redhat.com>
This commit is contained in:
parent
ddeff0fcef
commit
5f74cffd12
1 changed files with 3 additions and 1 deletions
4
Makefile
4
Makefile
|
@ -66,7 +66,9 @@ ocic: check-gopath
|
|||
$(GO) build -o $@ $(PROJECT)/cmd/ocic
|
||||
|
||||
kpod: check-gopath
|
||||
$(GO) build -o $@ $(PROJECT)/cmd/kpod
|
||||
$(GO) build -o $@ \
|
||||
-tags "$(BUILDTAGS)" \
|
||||
$(PROJECT)/cmd/kpod
|
||||
|
||||
ocid.conf: ocid
|
||||
./ocid --config="" config --default > ocid.conf
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue