[CI] Update QEMU to v5.1.0-5 (#1393)

pull/1382/head
Amir Zarrinkafsh 2020-10-19 22:42:50 +11:00 committed by GitHub
parent b8137e0427
commit e3675adf8b
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. // Set default Architecture Dockerfile to amd64.
dockerfile := "Dockerfile" dockerfile := "Dockerfile"
// Set version of QEMU. // Set version of QEMU.
qemuversion := "v5.1.0-2" qemuversion := "v5.1.0-5"
// If not the default value. // If not the default value.
if arch != defaultArch { if arch != defaultArch {