We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents f082134 + bb99688 commit ca2463aCopy full SHA for ca2463a
2 files changed
services/tasks/local_unix.go
@@ -1,3 +1,5 @@
1
+// +build !windows
2
+
3
/*
4
Copyright The containerd Authors.
5
services/tasks/local_windows.go
@@ -1,4 +1,4 @@
-// +build ignore
+// +build windows
@@ -23,8 +23,6 @@ import (
23
"github.com/containerd/containerd/runtime"
24
)
25
26
-// TODO: JTERRY75 - When Windows V1 runtime is removed change this to only build
27
-// on Windows.
28
var tasksServiceRequires = []plugin.Type{
29
plugin.RuntimePluginV2,
30
plugin.MetadataPlugin,
0 commit comments