mirror of
https://github.com/balena-io/balena-cli.git
synced 2024-12-18 21:27:51 +00:00
Update QEMU to v7.0.0
Change-type: minor Signed-off-by: Kyle Harding <kyle@balena.io>
This commit is contained in:
parent
a6b461ba91
commit
3d88f0144a
@ -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) {
|
||||
|
Loading…
Reference in New Issue
Block a user