[CI] Update QEMU to v5.2.0-2 (#1582)

pull/1583/head^2
Amir Zarrinkafsh 2021-01-05 12:54:37 +11:00 committed by GitHub
parent a5fd25ca52
commit 079d069cd6
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.2.0-1"
qemuversion := "v5.2.0-2"
// If not the default value.
if arch != defaultArch {