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

Commit

Permalink
version: upgrade qemu version to v5.1.0 for arm64
Browse files Browse the repository at this point in the history
Now, the qemu version used in arm is so old. As some new features have merged
in current qemu, so it's time to upgrade it.

Fixes: #2989
Signed-off-by: Edmond AK Dantes <[email protected]>
  • Loading branch information
edmond-hk committed Oct 5, 2020
1 parent 6da3662 commit 321d28e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions versions.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -100,10 +100,10 @@ assets:
.*/v?(\d\S+)\.tar\.gz
architecture:
aarch64:
version: "stable-2.11"
version: "5.1.0"
branch: "master"
tag: "v3.1.0-rc2"
commit: "47c1cc30e440860aa695358f7c2dd0b9d7b53d16"
tag: "v5.1.0"
commit: "d0ed6a69d399ae193959225cdeaa9382746c91cc"

qemu-experimental:
description: "QEMU with virtiofs support"
Expand Down

0 comments on commit 321d28e

Please sign in to comment.