Skip to content

Commit

Permalink
Merge pull request #351 from xiaods/dev
Browse files Browse the repository at this point in the history
fix download script VERSION_RUNC env logic
  • Loading branch information
xiaods authored Oct 21, 2024
2 parents 39aed9f + 93658f1 commit ab183a5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion hack/download
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ mkdir -p bin

case ${OS} in
linux)
git clone --single-branch --branch=${VERSION_RUNC} --depth=1 https://github.com/opencontainers/runc ${RUNC_DIR}
git clone --single-branch --branch=${VERSION_RUNC} --depth=1 https://github.com/k3s-io/runc ${RUNC_DIR}
;;
windows)
git clone --single-branch --branch=${VERSION_HCSSHIM} --depth=1 https://github.com/microsoft/hcsshim ${HCSSHIM_DIR}
Expand Down

0 comments on commit ab183a5

Please sign in to comment.