Skip to content

Commit b480712

Browse files
committed
Update release workflow to upload binary without CNI
Unlike [containerd/cri](https://github.com/containerd/cri) releases (https://storage.googleapis.com/cri-containerd-release), current release workflow doesn't publish binaries without CNI. Signed-off-by: Sunghoon Kang <[email protected]>
1 parent 5280530 commit b480712

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -139,14 +139,14 @@ jobs:
139139
sudo apt-get install -y gperf
140140
sudo -E PATH=$PATH script/setup/install-seccomp
141141
fi
142-
make cri-cni-release
142+
make cri-release cri-cni-release
143143
working-directory: src/github.com/containerd/containerd
144144

145145
- name: Save cri-containerd binaries
146146
uses: actions/upload-artifact@v2
147147
with:
148148
name: cri-containerd-binaries-${{ matrix.os }}
149-
path: src/github.com/containerd/containerd/releases/cri-containerd-cni-*.tar.gz*
149+
path: src/github.com/containerd/containerd/releases/cri-containerd-*.tar.gz*
150150

151151
release:
152152
name: Create containerd Release

0 commit comments

Comments
 (0)