mirror of
https://github.com/actions/runner-images.git
synced 2025-12-13 12:48:18 +00:00
@@ -9,7 +9,7 @@ source $HELPER_SCRIPTS/document.sh
|
||||
source $HELPER_SCRIPTS/apt.sh
|
||||
|
||||
# Install KIND
|
||||
KIND_VERSION="v0.5.1"
|
||||
KIND_VERSION="v0.7.0"
|
||||
|
||||
curl -L -o /usr/local/bin/kind "https://github.com/kubernetes-sigs/kind/releases/download/${KIND_VERSION}/kind-linux-amd64"
|
||||
chmod +x /usr/local/bin/kind
|
||||
|
||||
@@ -3,7 +3,7 @@
|
||||
## Desc: Install Kind
|
||||
################################################################################
|
||||
|
||||
$stableKindTag = "v0.5.1"
|
||||
$stableKindTag = "v0.7.0"
|
||||
$tagToUse = $stableKindTag;
|
||||
$destFilePath = "C:\ProgramData\kind"
|
||||
$outFilePath = "C:\ProgramData\kind\kind.exe"
|
||||
|
||||
Reference in New Issue
Block a user