mirror of
https://github.com/kata-containers/kata-containers.git
synced 2025-06-21 21:18:54 +00:00
AArch64: enable firecracker v0.21.1 on AArch64
We offically enable firecracker v0.21.1 on AArch64. Fixes: #2504 Signed-off-by: Penny Zheng <penny.zheng@arm.com>
This commit is contained in:
parent
44e23493a2
commit
aadf8c4a01
@ -10,3 +10,8 @@ KERNELPARAMS :=
|
|||||||
MACHINEACCELERATORS :=
|
MACHINEACCELERATORS :=
|
||||||
|
|
||||||
QEMUCMD := qemu-system-aarch64
|
QEMUCMD := qemu-system-aarch64
|
||||||
|
|
||||||
|
# Firecracker binary name
|
||||||
|
FCCMD := firecracker
|
||||||
|
# Firecracker's jailer binary name
|
||||||
|
FCJAILERCMD := jailer
|
||||||
|
@ -83,7 +83,7 @@ assets:
|
|||||||
uscan-url: >-
|
uscan-url: >-
|
||||||
https://github.com/firecracker-microvm/firecracker/tags
|
https://github.com/firecracker-microvm/firecracker/tags
|
||||||
.*/v?(\d\S+)\.tar\.gz
|
.*/v?(\d\S+)\.tar\.gz
|
||||||
version: "v0.20.0"
|
version: "v0.21.1"
|
||||||
|
|
||||||
qemu:
|
qemu:
|
||||||
description: "VMM that uses KVM"
|
description: "VMM that uses KVM"
|
||||||
|
Loading…
Reference in New Issue
Block a user