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+'
|
name: 'BananaPi-M1+'
|
||||||
arch: 'armv7hf'
|
arch: 'armv7hf'
|
||||||
state: 'released'
|
state: 'released'
|
||||||
|
private: false
|
||||||
|
|
||||||
instructions: commonImg.instructions
|
instructions: commonImg.instructions
|
||||||
gettingStartedLink:
|
gettingStartedLink:
|
||||||
|
|
|
@ -14,6 +14,7 @@ module.exports =
|
||||||
name: 'Nanopi Neo Air'
|
name: 'Nanopi Neo Air'
|
||||||
arch: 'armv7hf'
|
arch: 'armv7hf'
|
||||||
state: 'released'
|
state: 'released'
|
||||||
|
private: false
|
||||||
|
|
||||||
stateInstructions:
|
stateInstructions:
|
||||||
postProvisioning: postProvisioningInstructions
|
postProvisioning: postProvisioningInstructions
|
||||||
|
|
|
@ -8,6 +8,7 @@ module.exports =
|
||||||
name: 'Orange Pi Lite'
|
name: 'Orange Pi Lite'
|
||||||
arch: 'armv7hf'
|
arch: 'armv7hf'
|
||||||
state: 'released'
|
state: 'released'
|
||||||
|
private: false
|
||||||
|
|
||||||
instructions: commonImg.instructions
|
instructions: commonImg.instructions
|
||||||
gettingStartedLink:
|
gettingStartedLink:
|
||||||
|
|
|
@ -7,8 +7,9 @@ module.exports =
|
||||||
slug: 'orange-pi-one'
|
slug: 'orange-pi-one'
|
||||||
name: 'Orange Pi One'
|
name: 'Orange Pi One'
|
||||||
arch: 'armv7hf'
|
arch: 'armv7hf'
|
||||||
state: 'experimental'
|
state: 'new'
|
||||||
community: true
|
community: true
|
||||||
|
private: false
|
||||||
|
|
||||||
instructions: commonImg.instructions
|
instructions: commonImg.instructions
|
||||||
gettingStartedLink:
|
gettingStartedLink:
|
||||||
|
|
|
@ -7,8 +7,9 @@ module.exports =
|
||||||
slug: 'orange-pi-zero'
|
slug: 'orange-pi-zero'
|
||||||
name: 'Orange Pi Zero'
|
name: 'Orange Pi Zero'
|
||||||
arch: 'armv7hf'
|
arch: 'armv7hf'
|
||||||
state: 'experimental'
|
state: 'new'
|
||||||
community: true
|
community: true
|
||||||
|
private: false
|
||||||
|
|
||||||
instructions: commonImg.instructions
|
instructions: commonImg.instructions
|
||||||
gettingStartedLink:
|
gettingStartedLink:
|
||||||
|
|
|
@ -14,6 +14,7 @@ module.exports =
|
||||||
name: 'Orange Pi Plus2'
|
name: 'Orange Pi Plus2'
|
||||||
arch: 'armv7hf'
|
arch: 'armv7hf'
|
||||||
state: 'released'
|
state: 'released'
|
||||||
|
private: false
|
||||||
|
|
||||||
stateInstructions:
|
stateInstructions:
|
||||||
postProvisioning: postProvisioningInstructions
|
postProvisioning: postProvisioningInstructions
|
||||||
|
|
Loading…
Add table
Reference in a new issue