Skip to content

Commit

Permalink
fix image-cri-shim config
Browse files Browse the repository at this point in the history
Signed-off-by: cuisongliu <[email protected]>
  • Loading branch information
cuisongliu committed Sep 7, 2023
1 parent 5e25722 commit 82f758f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/autobuild-testsealos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
tar -zxf sealos_4.3.3_linux_amd64.tar.gz sealos
chmod a+x sealos
./sealos version
cd k3s && cp -rf ../registry/ . && cd ..
cp -rf registry/ k3s/
./sealos images
cd k3s && mkdir -p bin && wget https://github.com/k3s-io/k3s/releases/download/v1.27.4%2Bk3s1/k3s && chmod a+x k3s && mv k3s bin/k3s && cd ..
cd k3s && sed -i 's#v1.25.13#v1.25.13-amd64#g' Kubefile && cd ../
Expand All @@ -33,7 +33,7 @@ jobs:
tar -zxf sealos_4.3.3_linux_amd64.tar.gz sealos
chmod a+x sealos
./sealos version
cd k3s && cp -rf ../registry/ . && cd ..
cp -rf registry/ k3s/
./sealos images
cd k3s && mkdir -p bin && wget https://github.com/k3s-io/k3s/releases/download/v1.27.4%2Bk3s1/k3s-arm64 && chmod a+x k3s-arm64 && mv k3s-arm64 bin/k3s && cd ..
cd k3s && sed -i 's#v1.25.13#v1.25.13-arm64#g' Kubefile && cd ../
Expand Down

0 comments on commit 82f758f

Please sign in to comment.