Merge pull request #118 from balena-os/set_private_field_in_coffee_files

Set private field in coffee files
This commit is contained in:
Florin Sarbu 2020-05-12 11:27:52 +03:00 committed by GitHub
commit 2a7bc2c8f3
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
6 changed files with 8 additions and 2 deletions

View file

@ -8,6 +8,7 @@ module.exports =
name: 'BananaPi-M1+'
arch: 'armv7hf'
state: 'released'
private: false
instructions: commonImg.instructions
gettingStartedLink:

View file

@ -14,6 +14,7 @@ module.exports =
name: 'Nanopi Neo Air'
arch: 'armv7hf'
state: 'released'
private: false
stateInstructions:
postProvisioning: postProvisioningInstructions

View file

@ -8,6 +8,7 @@ module.exports =
name: 'Orange Pi Lite'
arch: 'armv7hf'
state: 'released'
private: false
instructions: commonImg.instructions
gettingStartedLink:

View file

@ -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:

View file

@ -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:

View file

@ -14,6 +14,7 @@ module.exports =
name: 'Orange Pi Plus2'
arch: 'armv7hf'
state: 'released'
private: false
stateInstructions:
postProvisioning: postProvisioningInstructions