Merge pull request #118 from balena-os/set_private_field_in_coffee_files
Set private field in coffee files
This commit is contained in:
commit
2a7bc2c8f3
6 changed files with 8 additions and 2 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:
|
||||
|
|
|
@ -7,8 +7,9 @@ module.exports =
|
|||
slug: 'orange-pi-one'
|
||||
name: 'Orange Pi One'
|
||||
arch: 'armv7hf'
|
||||
state: 'experimental'
|
||||
state: 'new'
|
||||
community: true
|
||||
private: false
|
||||
|
||||
instructions: commonImg.instructions
|
||||
gettingStartedLink:
|
||||
|
|
|
@ -7,8 +7,9 @@ module.exports =
|
|||
slug: 'orange-pi-zero'
|
||||
name: 'Orange Pi Zero'
|
||||
arch: 'armv7hf'
|
||||
state: 'experimental'
|
||||
state: 'new'
|
||||
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