From ef2a425ea99799cfee4246e8635059a662ed9d42 Mon Sep 17 00:00:00 2001 From: Prabhu Subramanian Date: Fri, 21 Feb 2025 16:40:11 +0000 Subject: [PATCH] Update nydus binary Signed-off-by: Prabhu Subramanian --- .github/workflows/npm-release.yml | 2 +- .github/workflows/nydus-demo.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/npm-release.yml b/.github/workflows/npm-release.yml index e527017d9..53eba3935 100644 --- a/.github/workflows/npm-release.yml +++ b/.github/workflows/npm-release.yml @@ -74,7 +74,7 @@ jobs: ./contrib/free_disk_space.sh - name: Setup nydus run: | - curl -LO https://github.com/dragonflyoss/nydus/releases/download/v2.2.4/nydus-static-v2.2.4-linux-amd64.tgz + curl -LO https://github.com/dragonflyoss/nydus/releases/download/v2.3.0/nydus-static-v2.3.0-linux-amd64.tgz tar -xvf nydus-static-v2.2.4-linux-amd64.tgz chmod +x nydus-static/* mv nydus-static/* /usr/local/bin/ diff --git a/.github/workflows/nydus-demo.yml b/.github/workflows/nydus-demo.yml index 01e3a324e..e8c9312cb 100644 --- a/.github/workflows/nydus-demo.yml +++ b/.github/workflows/nydus-demo.yml @@ -28,7 +28,7 @@ jobs: path: 'repotests/dependency-track' - name: setup nydus run: | - curl -LO https://github.com/dragonflyoss/nydus/releases/download/v2.2.4/nydus-static-v2.2.4-linux-amd64.tgz + curl -LO https://github.com/dragonflyoss/nydus/releases/download/v2.3.0/nydus-static-v2.3.0-linux-amd64.tgz tar -xvf nydus-static-v2.2.4-linux-amd64.tgz chmod +x nydus-static/* mv nydus-static/* /usr/local/bin/