mirror of
https://github.com/balena-io/balena-cli.git
synced 2025-02-20 17:33:18 +00:00
Include --emulated in the example resin build parameters
Change-type: patch Signed-off-by: Tim Perry <tim@resin.io>
This commit is contained in:
parent
5b0ea9673f
commit
8688eb5da0
@ -1554,7 +1554,7 @@ Examples:
|
||||
|
||||
$ resin build
|
||||
$ resin build ./source/
|
||||
$ resin build --deviceType raspberrypi3 --arch armhf
|
||||
$ resin build --deviceType raspberrypi3 --arch armhf --emulated
|
||||
$ resin build --application MyApp ./source/
|
||||
$ resin build --docker '/var/run/docker.sock'
|
||||
$ resin build --dockerHost my.docker.host --dockerPort 2376 --ca ca.pem --key key.pem --cert cert.pem
|
||||
|
@ -66,7 +66,7 @@ module.exports =
|
||||
|
||||
$ resin build
|
||||
$ resin build ./source/
|
||||
$ resin build --deviceType raspberrypi3 --arch armhf
|
||||
$ resin build --deviceType raspberrypi3 --arch armhf --emulated
|
||||
$ resin build --application MyApp ./source/
|
||||
$ resin build --docker '/var/run/docker.sock'
|
||||
$ resin build --dockerHost my.docker.host --dockerPort 2376 --ca ca.pem --key key.pem --cert cert.pem
|
||||
|
Loading…
x
Reference in New Issue
Block a user