.coffee: Change to "new" from "experimental"
We decided to use "new" instead of "experimental" for the device state. Signed-off-by: Florin Sarbu <florin@balena.io>
This commit is contained in:
parent
34ea42d1cf
commit
6ad4185825
2 changed files with 2 additions and 2 deletions
|
@ -7,7 +7,7 @@ module.exports =
|
|||
slug: 'orange-pi-one'
|
||||
name: 'Orange Pi One'
|
||||
arch: 'armv7hf'
|
||||
state: 'experimental'
|
||||
state: 'new'
|
||||
community: true
|
||||
private: false
|
||||
|
||||
|
|
|
@ -7,7 +7,7 @@ module.exports =
|
|||
slug: 'orange-pi-zero'
|
||||
name: 'Orange Pi Zero'
|
||||
arch: 'armv7hf'
|
||||
state: 'experimental'
|
||||
state: 'new'
|
||||
community: true
|
||||
private: false
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue