coffee: Set state to 'released'

Change the state field to 'released'
instead of 'experimental' for all the
non-community boards

Changelog-entry: Change the state to 'released' in the coffee file
Signed-off-by: Vicentiu Galanopulo <vicentiu@balena.io>
This commit is contained in:
Vicentiu Galanopulo 2020-01-15 15:17:45 +01:00
parent 55e1a6e03a
commit c092d9dcc0
4 changed files with 4 additions and 4 deletions

View file

@ -7,7 +7,7 @@ module.exports =
slug: 'bananapi-m1-plus'
name: 'BananaPi-M1+'
arch: 'armv7hf'
state: 'experimental'
state: 'released'
instructions: commonImg.instructions
gettingStartedLink:

View file

@ -13,7 +13,7 @@ module.exports =
slug: 'nanopi-neo-air'
name: 'Nanopi Neo Air'
arch: 'armv7hf'
state: 'experimental'
state: 'released'
stateInstructions:
postProvisioning: postProvisioningInstructions

View file

@ -7,7 +7,7 @@ module.exports =
slug: 'orange-pi-lite'
name: 'Orange Pi Lite'
arch: 'armv7hf'
state: 'experimental'
state: 'released'
instructions: commonImg.instructions
gettingStartedLink:

View file

@ -13,7 +13,7 @@ module.exports =
slug: 'orangepi-plus2'
name: 'Orange Pi Plus2'
arch: 'armv7hf'
state: 'experimental'
state: 'released'
stateInstructions:
postProvisioning: postProvisioningInstructions