Merge pull request #108 from balena-os/remove_beta

coffee: Set state to 'released'
This commit is contained in:
Florin Sarbu 2020-01-17 17:59:10 +02:00 committed by GitHub
commit 7f6d4d38e9
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
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