Skip to content

Commit

Permalink
Update matrix.json
Browse files Browse the repository at this point in the history
  • Loading branch information
elraro authored Dec 27, 2024
1 parent 08482e3 commit 04c726f
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions matrix.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,28 +22,28 @@
"pkg_target": "node20-linuxstatic-x64"
},
{
"build_from": "ghcr.io/homeassistant/armhf-base:3.20",
"build_from": "ghcr.io/home-assistant/armhf-base:3.20",
"platform": "linux/arm/v7",
"image_name": "homeassistant-armhf",
"pkg_options": "expose-gc,max-heap-size=48",
"pkg_target": "node20-linuxstatic-armv7"
},
{
"build_from": "ghcr.io/homeassistant/armv7-base:3.20",
"build_from": "ghcr.io/home-assistant/armv7-base:3.20",
"platform": "linux/arm/v7",
"image_name": "homeassistant-armv7",
"pkg_options": "expose-gc,max-heap-size=48",
"pkg_target": "node20-linuxstatic-armv7"
},
{
"build_from": "ghcr.io/homeassistant/aarch64-base:3.20",
"build_from": "ghcr.io/home-assistant/aarch64-base:3.20",
"platform": "linux/arm64",
"image_name": "homeassistant-aarch64",
"pkg_options": "expose-gc,max-heap-size=64",
"pkg_target": "node20-linuxstatic-arm64"
},
{
"build_from": "ghcr.io/homeassistant/amd64-base:3.20",
"build_from": "ghcr.io/home-assistant/amd64-base:3.20",
"platform": "linux/amd64",
"image_name": "homeassistant-amd64",
"pkg_options": "expose-gc,max-heap-size=256",
Expand Down

0 comments on commit 04c726f

Please sign in to comment.