Skip to content

Commit

Permalink
fix windows pause (#4381)
Browse files Browse the repository at this point in the history
  • Loading branch information
briandowns committed Jun 16, 2023
1 parent 27c41b8 commit 02f5898
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/package-windows-images
Expand Up @@ -16,7 +16,7 @@ crane --platform windows/amd64 pull \
# 2022/LTSC
crane --platform windows/amd64 pull \
${REGISTRY}/${REPO}/${PROG}-runtime:${DOCKERIZED_VERSION}-windows-amd64 \
rancher/mirrored-pause:${PAUSE_VERSION}-windows-ltsc2022-amd64 \
rancher/pause:${PAUSE_VERSION}-windows-ltsc2022-amd64 \
rke2-windows-ltsc2022-amd64-images.tar

WINDOWS_TARFILES=(rke2-windows-1809-amd64-images.tar rke2-windows-ltsc2022-amd64-images.tar)
Expand Down

0 comments on commit 02f5898

Please sign in to comment.