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 1, 2024
1 parent 2d0ff5c commit f84a356
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions matrix.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,42 +2,49 @@
"include": [
{
"build_from": "arm32v7/alpine:3.18",
"platform": "linux/armv7",
"image_name": "alpine-armv7",
"pkg_options": "expose-gc,max-heap-size=48",
"pkg_target": "node20-linuxstatic-armv7"
},
{
"build_from": "arm64v8/alpine:3.18",
"platform": "linux/arm64",
"image_name": "alpine-aarch64",
"pkg_options": "expose-gc,max-heap-size=64",
"pkg_target": "node20-linuxstatic-arm64"
},
{
"build_from": "amd64/alpine:3.18",
"platform": "linux/amd64",
"image_name": "alpine-amd64",
"pkg_options": "expose-gc,max-heap-size=256",
"pkg_target": "node20-linuxstatic-x64"
},
{
"build_from": "homeassistant/armhf-base:3.18",
"platform": "linux/armhf",
"image_name": "homeassistant-armhf",
"pkg_options": "expose-gc,max-heap-size=48",
"pkg_target": "node20-linuxstatic-armv7"
},
{
"build_from": "homeassistant/armv7-base:3.18",
"platform": "linux/armv7",
"image_name": "homeassistant-armv7",
"pkg_options": "expose-gc,max-heap-size=48",
"pkg_target": "node20-linuxstatic-armv7"
},
{
"build_from": "homeassistant/aarch64-base:3.18",
"platform": "linux/arm64",
"image_name": "homeassistant-aarch64",
"pkg_options": "expose-gc,max-heap-size=64",
"pkg_target": "node20-linuxstatic-arm64"
},
{
"build_from": "homeassistant/amd64-base:3.18",
"platform": "linux/amd64",
"image_name": "homeassistant-amd64",
"pkg_options": "expose-gc,max-heap-size=256",
"pkg_target": "node20-linuxstatic-x64"
Expand Down

0 comments on commit f84a356

Please sign in to comment.