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:
Justin Terry (SF) 2020-02-20 15:56:38 -08:00
parent 0e08405433
commit fed8890e93

View File

@ -1,3 +1,4 @@
// +build linux windows
// +build !no_cri
/*