Merge pull request #6214 from AkihiroSuda/crun-1.3

CI: bump up crun: 1.0 -> 1.3
This commit is contained in:
Phil Estes 2021-11-08 11:48:46 -08:00 committed by GitHub
commit 76a63427ee
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -37,7 +37,7 @@ function install_runc() {
} }
function install_crun() { function install_crun() {
CRUN_VERSION=1.0 CRUN_VERSION=1.3
curl -o /usr/local/sbin/runc -L https://github.com/containers/crun/releases/download/"${CRUN_VERSION}"/crun-"${CRUN_VERSION}"-linux-"$(go env GOARCH)" curl -o /usr/local/sbin/runc -L https://github.com/containers/crun/releases/download/"${CRUN_VERSION}"/crun-"${CRUN_VERSION}"-linux-"$(go env GOARCH)"
chmod +x /usr/local/sbin/runc chmod +x /usr/local/sbin/runc
} }