Merge pull request #108 from balena-os/remove_beta
coffee: Set state to 'released'
This commit is contained in:
commit
7f6d4d38e9
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