.coffee: Set private to false for the public device types
Changelog-entry: Set private to false in .coffee files for the public device types Signed-off-by: Florin Sarbu <florin@balena.io>
This commit is contained in:
parent
776e8f919c
commit
34ea42d1cf
6 changed files with 6 additions and 0 deletions
|
@ -8,6 +8,7 @@ module.exports =
|
|||
name: 'BananaPi-M1+'
|
||||
arch: 'armv7hf'
|
||||
state: 'released'
|
||||
private: false
|
||||
|
||||
instructions: commonImg.instructions
|
||||
gettingStartedLink:
|
||||
|
|
|
@ -14,6 +14,7 @@ module.exports =
|
|||
name: 'Nanopi Neo Air'
|
||||
arch: 'armv7hf'
|
||||
state: 'released'
|
||||
private: false
|
||||
|
||||
stateInstructions:
|
||||
postProvisioning: postProvisioningInstructions
|
||||
|
|
|
@ -8,6 +8,7 @@ module.exports =
|
|||
name: 'Orange Pi Lite'
|
||||
arch: 'armv7hf'
|
||||
state: 'released'
|
||||
private: false
|
||||
|
||||
instructions: commonImg.instructions
|
||||
gettingStartedLink:
|
||||
|
|
|
@ -9,6 +9,7 @@ module.exports =
|
|||
arch: 'armv7hf'
|
||||
state: 'experimental'
|
||||
community: true
|
||||
private: false
|
||||
|
||||
instructions: commonImg.instructions
|
||||
gettingStartedLink:
|
||||
|
|
|
@ -9,6 +9,7 @@ module.exports =
|
|||
arch: 'armv7hf'
|
||||
state: 'experimental'
|
||||
community: true
|
||||
private: false
|
||||
|
||||
instructions: commonImg.instructions
|
||||
gettingStartedLink:
|
||||
|
|
|
@ -14,6 +14,7 @@ module.exports =
|
|||
name: 'Orange Pi Plus2'
|
||||
arch: 'armv7hf'
|
||||
state: 'released'
|
||||
private: false
|
||||
|
||||
stateInstructions:
|
||||
postProvisioning: postProvisioningInstructions
|
||||
|
|
Loading…
Add table
Reference in a new issue