Merge pull request #2333 from balena-io/klutchell/qemu-6-0-0

build/deploy: Update QEMU to 6.0.0 for emulated builds
This commit is contained in:
bulldozer-balena[bot] 2021-09-13 15:26:41 +00:00 committed by GitHub
commit 3eca65ce0d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -21,7 +21,7 @@ import { ExpectedError } from '../errors';
import { getBalenaSdk, stripIndent } from './lazy';
import Logger = require('./logger');
export const QEMU_VERSION = 'v5.2.0+balena4';
export const QEMU_VERSION = 'v6.0.0+balena1';
export const QEMU_BIN_NAME = 'qemu-execve';
export function qemuPathInContext(context: string) {