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:
parent
55e1a6e03a
commit
c092d9dcc0
4 changed files with 4 additions and 4 deletions
|
@ -7,7 +7,7 @@ module.exports =
|
|||
slug: 'bananapi-m1-plus'
|
||||
name: 'BananaPi-M1+'
|
||||
arch: 'armv7hf'
|
||||
state: 'experimental'
|
||||
state: 'released'
|
||||
|
||||
instructions: commonImg.instructions
|
||||
gettingStartedLink:
|
||||
|
|
|
@ -13,7 +13,7 @@ module.exports =
|
|||
slug: 'nanopi-neo-air'
|
||||
name: 'Nanopi Neo Air'
|
||||
arch: 'armv7hf'
|
||||
state: 'experimental'
|
||||
state: 'released'
|
||||
|
||||
stateInstructions:
|
||||
postProvisioning: postProvisioningInstructions
|
||||
|
|
|
@ -7,7 +7,7 @@ module.exports =
|
|||
slug: 'orange-pi-lite'
|
||||
name: 'Orange Pi Lite'
|
||||
arch: 'armv7hf'
|
||||
state: 'experimental'
|
||||
state: 'released'
|
||||
|
||||
instructions: commonImg.instructions
|
||||
gettingStartedLink:
|
||||
|
|
|
@ -13,7 +13,7 @@ module.exports =
|
|||
slug: 'orangepi-plus2'
|
||||
name: 'Orange Pi Plus2'
|
||||
arch: 'armv7hf'
|
||||
state: 'experimental'
|
||||
state: 'released'
|
||||
|
||||
stateInstructions:
|
||||
postProvisioning: postProvisioningInstructions
|
||||
|
|
Loading…
Add table
Reference in a new issue