We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 709953b + 7ef3055 commit 2d5b736Copy full SHA for 2d5b736
.github/workflows/containerd.yml
@@ -26,7 +26,8 @@ jobs:
26
os: [ubuntu-22.04, windows-2025]
27
# not every command likes the slash in branch name.
28
# So will use format command to replace to either `_` or '/'
29
- version: [main, "release{0}1.6", "release{0}1.7"]
+ # There is no LTS version of 2.0+ containerd. So main testing covers the latest.
30
+ version: [main, "release{0}1.7"]
31
runtime:
32
[
33
io.containerd.runtime.v1.linux,
0 commit comments