Skip to content
This repository has been archived by the owner on May 12, 2021. It is now read-only.

Commit

Permalink
AArch64: enable firecracker v0.21.1 on AArch64
Browse files Browse the repository at this point in the history
We offically enable firecracker v0.21.1 on AArch64.

Fixes: #2504

Signed-off-by: Penny Zheng <[email protected]>
  • Loading branch information
Pennyzct committed Mar 23, 2020
1 parent 44e2349 commit aadf8c4
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions arch/arm64-options.mk
Original file line number Diff line number Diff line change
Expand Up @@ -10,3 +10,8 @@ KERNELPARAMS :=
MACHINEACCELERATORS :=

QEMUCMD := qemu-system-aarch64

# Firecracker binary name
FCCMD := firecracker
# Firecracker's jailer binary name
FCJAILERCMD := jailer
2 changes: 1 addition & 1 deletion versions.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ assets:
uscan-url: >-
https://github.com/firecracker-microvm/firecracker/tags
.*/v?(\d\S+)\.tar\.gz
version: "v0.20.0"
version: "v0.21.1"

qemu:
description: "VMM that uses KVM"
Expand Down

0 comments on commit aadf8c4

Please sign in to comment.