Skip to content

Commit b27eef0

Browse files
authored
Merge pull request #234 from liulanzheng/main
CI: update overlaybd version to v.1.0.2
2 parents bd4addd + b45bce7 commit b27eef0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -148,8 +148,8 @@ jobs:
148148
echo "[ init env ]"
149149
sudo apt update && sudo apt install -y containerd.io libnl-3-200 libnl-genl-3-200
150150
sudo modprobe -a target_core_user tcm_loop
151-
wget https://github.com/containerd/overlaybd/releases/download/v0.6.10/overlaybd-0.6.10-0ubuntu1.22.04.x86_64.deb &&
152-
sudo dpkg -i overlaybd-0.6.10-0ubuntu1.22.04.x86_64.deb
151+
wget https://github.com/containerd/overlaybd/releases/download/v1.0.2/overlaybd-1.0.2-0ubuntu1.22.04.x86_64.deb &&
152+
sudo dpkg -i overlaybd-1.0.2-0ubuntu1.22.04.x86_64.deb
153153
sudo systemctl enable /opt/overlaybd/overlaybd-tcmu.service
154154
sudo systemctl start overlaybd-tcmu
155155
sudo systemctl status overlaybd-tcmu

0 commit comments

Comments
 (0)