Skip to content

Commit edfeb46

Browse files
authored
Merge pull request #4591 from AkihiroSuda/crun-015
CI: update crun to v0.15
2 parents 4a6b47d + c385d11 commit edfeb46

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

script/setup/install-runc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,8 +38,8 @@ function install_runc() {
3838
}
3939

4040
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)
41+
CRUN_VERSION=0.15
42+
curl -o /usr/local/sbin/runc -L https://github.com/containers/crun/releases/download/${CRUN_VERSION}/crun-${CRUN_VERSION}-linux-$(go env GOARCH)
4343
chmod +x /usr/local/sbin/runc
4444
}
4545

0 commit comments

Comments
 (0)