CI: update crun to v0.15

Changes: https://github.com/containers/crun/releases/tag/0.15

Signed-off-by: Akihiro Suda <akihiro.suda.cz@hco.ntt.co.jp>
This commit is contained in:
Akihiro Suda 2020-09-29 17:02:34 +09:00
parent 4a6b47d470
commit c385d1102b
No known key found for this signature in database
GPG Key ID: 49524C6F9F638F1A

View File

@ -38,8 +38,8 @@ function install_runc() {
}
function install_crun() {
CRUN_VERSION=0.14
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)
chmod +x /usr/local/sbin/runc
}