We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 4a6b47d + c385d11 commit edfeb46Copy full SHA for edfeb46
1 file changed
script/setup/install-runc
@@ -38,8 +38,8 @@ function install_runc() {
38
}
39
40
function install_crun() {
41
- CRUN_VERSION=0.14
42
- curl -o /usr/local/sbin/runc -L https://github.com/containers/crun/releases/download/${CRUN_VERSION}/crun-${CRUN_VERSION}-static-$(uname -m)
+ CRUN_VERSION=0.15
+ curl -o /usr/local/sbin/runc -L https://github.com/containers/crun/releases/download/${CRUN_VERSION}/crun-${CRUN_VERSION}-linux-$(go env GOARCH)
43
chmod +x /usr/local/sbin/runc
44
45
0 commit comments