mirror of
https://github.com/balena-io/open-balena.git
synced 2024-12-18 21:27:52 +00:00
27 lines
719 B
YAML
27 lines
719 B
YAML
name: openBalena
|
|
type: sw.application
|
|
description: https://www.balena.io/open
|
|
post-provisioning: |
|
|
[![Flowzone](https://github.com/balena-io/open-balena/actions/workflows/flowzone.yml/badge.svg)](https://github.com/balena-io/open-balena/actions/workflows/flowzone.yml)
|
|
|
|
## Getting Started
|
|
|
|
* https://open-balena.pages.dev/#getting-started
|
|
|
|
assets:
|
|
repository:
|
|
type: blob.asset
|
|
data:
|
|
url: 'https://github.com/balena-io/open-balena'
|
|
logo:
|
|
type: blob.asset
|
|
data:
|
|
url: 'https://raw.githubusercontent.com/balena-io/open-balena/master/logo.png'
|
|
data:
|
|
defaultDeviceType: generic-amd64
|
|
supportedDeviceTypes:
|
|
- generic-amd64
|
|
- genericx86-64-ext
|
|
- intel-nuc
|
|
version: 4.1.256
|