Update QEMU to v7.0.0

Change-type: minor
Signed-off-by: Kyle Harding <kyle@balena.io>
This commit is contained in:
Kyle Harding 2022-06-06 14:55:11 -04:00
parent a6b461ba91
commit 3d88f0144a
No known key found for this signature in database
GPG Key ID: FD3EB16D2161895A

View File

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