Merge pull request #4076 from kevpar/windows-cri-support

Enable CRI plugin for Windows builds as well
This commit is contained in:
Maksym Pavlenko 2020-02-29 21:55:11 -08:00 committed by GitHub
commit ca66f3dd5d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,4 +1,4 @@
// +build !no_cri // +build linux,!no_cri windows,!no_cri
/* /*
Copyright The containerd Authors. Copyright The containerd Authors.