[CI] Update QEMU to v5.1.0-7 (#1457)

pull/1467/head^2
Amir Zarrinkafsh 2020-11-16 21:22:09 +11:00 committed by GitHub
parent 106c9032ad
commit f2e0f16d39
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -46,7 +46,7 @@ func dockerBuildOfficialImage(arch string) error {
// Set default Architecture Dockerfile to amd64.
dockerfile := "Dockerfile"
// Set version of QEMU.
qemuversion := "v5.1.0-5"
qemuversion := "v5.1.0-7"
// If not the default value.
if arch != defaultArch {