Enable CRI plugin for Windows builds as well
The builtins_cri_linux.go file only being included for _linux builds which means that the builds for Windows do not contain the CRI plugin. This can be disabled for either platform with the no_cri tag. Signed-off-by: Justin Terry (SF) <juterry@microsoft.com>
This commit is contained in:
parent
0e08405433
commit
fed8890e93
@ -1,3 +1,4 @@
|
|||||||
|
// +build linux windows
|
||||||
// +build !no_cri
|
// +build !no_cri
|
||||||
|
|
||||||
/*
|
/*
|
Loading…
Reference in New Issue
Block a user