mirror of
https://github.com/balena-io/balena-cli.git
synced 2025-01-30 16:13:59 +00:00
docs: emphasize that push emulation is not required in most cases
Change-type: patch Signed-off-by: Kyle Harding <kyle@balena.io>
This commit is contained in:
parent
9671372b9e
commit
c8e4d2c9a6
@ -2583,8 +2583,9 @@ Source directory to be sent to balenaCloud or balenaOS device
|
|||||||
|
|
||||||
#### -e, --emulated
|
#### -e, --emulated
|
||||||
|
|
||||||
Don't use native ARM servers; force QEMU ARM emulation on Intel x86-64
|
Don't use the faster, native balenaCloud ARM builders; force slower QEMU ARM
|
||||||
servers during the image build (balenaCloud).
|
emulation on Intel x86-64 builders. This flag is sometimes used to investigate
|
||||||
|
suspected issues with the balenaCloud backend.
|
||||||
|
|
||||||
#### --dockerfile DOCKERFILE
|
#### --dockerfile DOCKERFILE
|
||||||
|
|
||||||
|
@ -135,8 +135,9 @@ export default class PushCmd extends Command {
|
|||||||
}),
|
}),
|
||||||
emulated: flags.boolean({
|
emulated: flags.boolean({
|
||||||
description: stripIndent`
|
description: stripIndent`
|
||||||
Don't use native ARM servers; force QEMU ARM emulation on Intel x86-64
|
Don't use the faster, native balenaCloud ARM builders; force slower QEMU ARM
|
||||||
servers during the image build (balenaCloud).`,
|
emulation on Intel x86-64 builders. This flag is sometimes used to investigate
|
||||||
|
suspected issues with the balenaCloud backend.`,
|
||||||
char: 'e',
|
char: 'e',
|
||||||
default: false,
|
default: false,
|
||||||
}),
|
}),
|
||||||
|
Loading…
x
Reference in New Issue
Block a user