Merge pull request #2194 from balena-io/klutchell/emulated-docs

docs: emphasize that push emulation is not required in most cases
This commit is contained in:
bulldozer-balena[bot] 2021-02-23 14:52:52 +00:00 committed by GitHub
commit d054ced541
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 6 additions and 4 deletions

View File

@ -2583,8 +2583,9 @@ Source directory to be sent to balenaCloud or balenaOS device
#### -e, --emulated
Don't use native ARM servers; force QEMU ARM emulation on Intel x86-64
servers during the image build (balenaCloud).
Don't use the faster, native balenaCloud ARM builders; force slower QEMU ARM
emulation on Intel x86-64 builders. This flag is sometimes used to investigate
suspected issues with the balenaCloud backend.
#### --dockerfile DOCKERFILE

View File

@ -135,8 +135,9 @@ export default class PushCmd extends Command {
}),
emulated: flags.boolean({
description: stripIndent`
Don't use native ARM servers; force QEMU ARM emulation on Intel x86-64
servers during the image build (balenaCloud).`,
Don't use the faster, native balenaCloud ARM builders; force slower QEMU ARM
emulation on Intel x86-64 builders. This flag is sometimes used to investigate
suspected issues with the balenaCloud backend.`,
char: 'e',
default: false,
}),