Skip to content

Commit

Permalink
Raspberry-Imager Devices tag added (#1839)
Browse files Browse the repository at this point in the history
Raspberry Imager now needs a devices tag
Signed-off-by: Carsten Mogge <[email protected]>
  • Loading branch information
Larsen-Locke authored Feb 3, 2024
1 parent fee83d2 commit eb9bfbb
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions build-image/template_rpi-imager-openhab.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,8 @@
"release_date": "%release_date%",
"image_download_size": %imageZ_size32%,
"image_download_sha256": "%imageZ_sha32%",
"website": "https://www.openhab.org/docs/installation/openhabian.html#raspberry-pi-prepackaged-sd-card-image"
"website": "https://www.openhab.org/docs/installation/openhabian.html#raspberry-pi-prepackaged-sd-card-image",
"devices": ["pi5-32bit", "pi4-32bit", "pi3-32bit"]
},
{
"name": "openHABian (Raspberry Pi OS lite 64 bit)",
Expand All @@ -22,7 +23,8 @@
"release_date": "%release_date%",
"image_download_size": %imageZ_size64%,
"image_download_sha256": "%imageZ_sha64%",
"website": "https://www.openhab.org/docs/installation/openhabian.html#raspberry-pi-prepackaged-sd-card-image"
"website": "https://www.openhab.org/docs/installation/openhabian.html#raspberry-pi-prepackaged-sd-card-image",
"devices": ["pi5-64bit", "pi4-64bit"]
}
]
}

0 comments on commit eb9bfbb

Please sign in to comment.