File tree Expand file tree Collapse file tree 1 file changed +9
-1
lines changed
Expand file tree Collapse file tree 1 file changed +9
-1
lines changed Original file line number Diff line number Diff line change @@ -126,8 +126,16 @@ jobs:
126126 mingw32-make.exe install
127127 working-directory : ${{ github.workspace }}/src/github.com/containerd/containerd
128128
129+ - name : Install cni on Linux (release-1.7)
130+ # TODO: Remove this step once containerd release/1.7 is no longer supported.
131+ if : startsWith(matrix.os, 'ubuntu') && matrix.version == 'release{0}1.7'
132+ shell : bash
133+ # See https://github.com/containerd/containerd/pull/12660
134+ run : |
135+ sudo -E PATH=$PATH script/setup/install-cni
136+ working-directory : src/github.com/containerd/containerd
129137 - name : Install cni on Linux
130- if : startsWith(matrix.os, 'ubuntu')
138+ if : startsWith(matrix.os, 'ubuntu') && matrix.version != 'release{0}1.7'
131139 shell : bash
132140 run : |
133141 sudo -E PATH=$PATH script/setup/install-cni $(grep 'github.com/containernetworking/plugins' go.mod | awk '{print $2}')
You can’t perform that action at this time.
0 commit comments