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 19f235e commit 4972849
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/autobuild-testsealos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,8 @@ jobs:
./sealos version
cp -rf registry/ k3s/
./sealos images
ls k3s/etc/
ls k3s/scripts/
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 ../
./sealos login -u ${{ vars.D_REGISTRY_REPOSITORY }} -p ${{ secrets.D_REGISTRY_TOKEN }} ${{ vars.D_REGISTRY_NAME }}
Expand All @@ -35,6 +37,8 @@ jobs:
./sealos version
cp -rf registry/ k3s/
./sealos images
ls k3s/etc/
ls k3s/scripts/
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 ../
./sealos login -u ${{ vars.D_REGISTRY_REPOSITORY }} -p ${{ secrets.D_REGISTRY_TOKEN }} ${{ vars.D_REGISTRY_NAME }}
Expand Down

0 comments on commit 4972849

Please sign in to comment.