From 82f758f9bd14445239e7c1b83bea8753c835e638 Mon Sep 17 00:00:00 2001 From: cuisongliu Date: Thu, 7 Sep 2023 22:05:36 +0800 Subject: [PATCH] fix image-cri-shim config Signed-off-by: cuisongliu --- .github/workflows/autobuild-testsealos.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/autobuild-testsealos.yml b/.github/workflows/autobuild-testsealos.yml index b05497d..fb556d6 100644 --- a/.github/workflows/autobuild-testsealos.yml +++ b/.github/workflows/autobuild-testsealos.yml @@ -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 ../ @@ -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 ../