Skip to content

Commit f76285a

Browse files
authored
chore: add x86 for Node.js <10 for Linux (#8014)
Signed-off-by: Claudio Wunder <[email protected]>
1 parent d26a294 commit f76285a

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

apps/site/util/download/constants.json

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,13 @@
5151
"supportsInstallers": false,
5252
"compatibility": {},
5353
"platforms": [
54+
{
55+
"label": "x86",
56+
"value": "x86",
57+
"compatibility": {
58+
"semver": ["< 10.0.0"]
59+
}
60+
},
5461
{
5562
"label": "x64",
5663
"value": "x64"

0 commit comments

Comments
 (0)