Skip to content

Commit

Permalink
Update QEMU to v7.0.0
Browse files Browse the repository at this point in the history
Change-type: minor
Signed-off-by: Kyle Harding <kyle@balena.io>
  • Loading branch information
klutchell committed Jun 6, 2022
1 parent a6b461b commit 3d88f01
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/utils/qemu.ts
Expand Up @@ -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) {
Expand Down

0 comments on commit 3d88f01

Please sign in to comment.