Skip to content

Commit

Permalink
smoke: test v2.2.3 by default
Browse files Browse the repository at this point in the history
Let's make stable v2.2.y a LTS one.

Signed-off-by: Peng Tao <bergwolf@hyper.sh>
  • Loading branch information
bergwolf committed Nov 1, 2023
1 parent 34a09d8 commit c136df7
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/smoke.yml
Original file line number Diff line number Diff line change
Expand Up @@ -149,8 +149,8 @@ jobs:
- name: Prepare Older Binaries
id: prepare-binaries
run: |
versions=(v0.1.0 v2.1.6)
version_archs=(v0.1.0-x86_64 v2.1.6-linux-amd64)
versions=(v0.1.0 v2.2.3)
version_archs=(v0.1.0-x86_64 v2.2.3-linux-amd64)
for i in ${!versions[@]}; do
version=${versions[$i]}
version_arch=${version_archs[$i]}
Expand All @@ -175,8 +175,8 @@ jobs:
sudo install -D -m 755 contrib/nydusify/cmd/nydusify /usr/bin/nydus-latest
sudo install -D -m 755 target/release/nydusd target/release/nydus-image /usr/bin/nydus-latest
versions=(v0.1.0 v2.1.6 latest)
version_exports=(v0_1_0 v2_1_6 latest)
versions=(v0.1.0 v2.2.3 latest)
version_exports=(v0_1_0 v2_2_3 latest)
for i in ${!version_exports[@]}; do
version=${versions[$i]}
version_export=${version_exports[$i]}
Expand Down

0 comments on commit c136df7

Please sign in to comment.