forked from congatudo/Congatudo
-
Notifications
You must be signed in to change notification settings - Fork 0
/
matrix.json
46 lines (46 loc) · 1.39 KB
/
matrix.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
{
"include": [
{
"build_from": "arm32v7/alpine:3.16",
"image_name": "alpine-armv7",
"pkg_options": "expose-gc,max-heap-size=48",
"pkg_target": "node18-linuxstatic-armv7"
},
{
"build_from": "arm64v8/alpine:3.16",
"image_name": "alpine-aarch64",
"pkg_options": "expose-gc,max-heap-size=64",
"pkg_target": "node18-linuxstatic-arm64"
},
{
"build_from": "amd64/alpine:3.16",
"image_name": "alpine-amd64",
"pkg_options": "expose-gc,max-heap-size=256",
"pkg_target": "node18-linuxstatic-x64"
},
{
"build_from": "homeassistant/armhf-base:3.16",
"image_name": "homeassistant-armhf",
"pkg_options": "expose-gc,max-heap-size=48",
"pkg_target": "node18-linuxstatic-armv7"
},
{
"build_from": "homeassistant/armv7-base:3.16",
"image_name": "homeassistant-armv7",
"pkg_options": "expose-gc,max-heap-size=48",
"pkg_target": "node18-linuxstatic-armv7"
},
{
"build_from": "homeassistant/aarch64-base:3.16",
"image_name": "homeassistant-aarch64",
"pkg_options": "expose-gc,max-heap-size=64",
"pkg_target": "node18-linuxstatic-arm64"
},
{
"build_from": "homeassistant/amd64-base:3.16",
"image_name": "homeassistant-amd64",
"pkg_options": "expose-gc,max-heap-size=256",
"pkg_target": "node18-linuxstatic-x64"
}
]
}