Skip to content

Commit

Permalink
Remove 32 bits image from Raspberry Pi imager JSON
Browse files Browse the repository at this point in the history
  • Loading branch information
Pierre-Gilles committed Sep 14, 2024
1 parent b1975e5 commit fca9423
Showing 1 changed file with 2 additions and 13 deletions.
Original file line number Diff line number Diff line change
@@ -1,26 +1,15 @@
{
"os_list": [
{
"name": "Gladys Assistant (64-bit)",
"name": "Gladys Assistant (64-bit, for Rpi 3 & 4)",
"description": "A privacy-first, open-source home assistant that runs on the Raspberry Pi.",
"url": "https://gladysassistant.com/download/latest-64.zip",
"icon": "https://gladysassistant.com/img/external/raspberry-pi-imager/icon-raspberry-pi-imager-40x40.png",
"extract_size": 2222981120,
"extract_sha256": "4a87725eeab2def0f1647954f52159feb1b6f361ba0c6deff9a8b66f916a4b2a",
"image_download_size": 529871798,
"release_date": "2023-11-20",
"release_date": "2024-09-14",
"image_download_sha256": "9a995a73e9e54246f5226f263801075511047b35bf874b8337c64fa21c972afc"
},
{
"name": "Gladys Assistant (32-bit)",
"description": "A privacy-first, open-source home assistant that runs on the Raspberry Pi.",
"url": "https://gladysassistant.com/download/latest.zip",
"icon": "https://gladysassistant.com/img/external/raspberry-pi-imager/icon-raspberry-pi-imager-40x40.png",
"extract_size": 2222981120,
"extract_sha256": "d278ea6a1fd127a18ec38afcb93c102692a5bc277e63f300a9a397cf0de33310",
"image_download_size": 577098131,
"release_date": "2023-11-20",
"image_download_sha256": "df884270f11746c8bfaedb242cbc86afb86fa7dbdf78174719a6a4cf278cca57"
}
]
}

0 comments on commit fca9423

Please sign in to comment.