mirror of
https://github.com/balena-io/balena-cli.git
synced 2025-04-11 05:09:54 +00:00
build/deploy: Update QEMU to 6.0.0 for emulated builds
Change-type: patch Signed-off-by: Kyle Harding <kyle@balena.io>
This commit is contained in:
parent
6319b9dc13
commit
b701151769
@ -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) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user