Skip to content

Commit 194e05a

Browse files
authored
Add backwards compatible targets for older builds (#349)
1 parent 1ac742d commit 194e05a

File tree

1 file changed

+52
-0
lines changed

1 file changed

+52
-0
lines changed

assets/release-manifest.json

Lines changed: 52 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -450,6 +450,32 @@
450450
}
451451
]
452452
},
453+
{
454+
"platform": "linuxglib2.28",
455+
"arch": "arm64",
456+
"nodejs": "18",
457+
"contents": [
458+
{
459+
"filename": "cloudformation-languageserver-1.1.0-linuxglib2.28-arm64-node18.zip",
460+
"url": "https://github.com/aws-cloudformation/cloudformation-languageserver/releases/download/v1.1.0/cloudformation-languageserver-1.1.0-linuxglib2.28-arm64-node18.zip",
461+
"hashes": [],
462+
"bytes": 56287793
463+
}
464+
]
465+
},
466+
{
467+
"platform": "linuxglib2.28",
468+
"arch": "x64",
469+
"nodejs": "18",
470+
"contents": [
471+
{
472+
"filename": "cloudformation-languageserver-1.1.0-linuxglib2.28-x64-node18.zip",
473+
"url": "https://github.com/aws-cloudformation/cloudformation-languageserver/releases/download/v1.1.0/cloudformation-languageserver-1.1.0-linuxglib2.28-x64-node18.zip",
474+
"hashes": [],
475+
"bytes": 56560705
476+
}
477+
]
478+
},
453479
{
454480
"platform": "win32",
455481
"arch": "arm64",
@@ -561,6 +587,32 @@
561587
}
562588
]
563589
},
590+
{
591+
"platform": "linuxglib2.28",
592+
"arch": "arm64",
593+
"nodejs": "18",
594+
"contents": [
595+
{
596+
"filename": "cloudformation-languageserver-1.0.0-linuxglib2.28-arm64-node18.zip",
597+
"url": "https://github.com/aws-cloudformation/cloudformation-languageserver/releases/download/v1.0.0/cloudformation-languageserver-1.0.0-linuxglib2.28-arm64-node18.zip",
598+
"hashes": [],
599+
"bytes": 56286393
600+
}
601+
]
602+
},
603+
{
604+
"platform": "linuxglib2.28",
605+
"arch": "x64",
606+
"nodejs": "18",
607+
"contents": [
608+
{
609+
"filename": "cloudformation-languageserver-1.0.0-linuxglib2.28-x64-node18.zip",
610+
"url": "https://github.com/aws-cloudformation/cloudformation-languageserver/releases/download/v1.0.0/cloudformation-languageserver-1.0.0-linuxglib2.28-x64-node18.zip",
611+
"hashes": [],
612+
"bytes": 56559305
613+
}
614+
]
615+
},
564616
{
565617
"platform": "win32",
566618
"arch": "arm64",

0 commit comments

Comments
 (0)