From 8bdba442263d785cb798c983007e26b36f6896e2 Mon Sep 17 00:00:00 2001 From: Satyaki Ghosh Date: Sat, 6 Dec 2025 16:55:42 -0500 Subject: [PATCH] Add backwards compatible targets for older builds --- assets/release-manifest.json | 52 ++++++++++++++++++++++++++++++++++++ 1 file changed, 52 insertions(+) diff --git a/assets/release-manifest.json b/assets/release-manifest.json index c6a71baa..05da4cd4 100644 --- a/assets/release-manifest.json +++ b/assets/release-manifest.json @@ -450,6 +450,32 @@ } ] }, + { + "platform": "linuxglib2.28", + "arch": "arm64", + "nodejs": "18", + "contents": [ + { + "filename": "cloudformation-languageserver-1.1.0-linuxglib2.28-arm64-node18.zip", + "url": "https://github.com/aws-cloudformation/cloudformation-languageserver/releases/download/v1.1.0/cloudformation-languageserver-1.1.0-linuxglib2.28-arm64-node18.zip", + "hashes": [], + "bytes": 56287793 + } + ] + }, + { + "platform": "linuxglib2.28", + "arch": "x64", + "nodejs": "18", + "contents": [ + { + "filename": "cloudformation-languageserver-1.1.0-linuxglib2.28-x64-node18.zip", + "url": "https://github.com/aws-cloudformation/cloudformation-languageserver/releases/download/v1.1.0/cloudformation-languageserver-1.1.0-linuxglib2.28-x64-node18.zip", + "hashes": [], + "bytes": 56560705 + } + ] + }, { "platform": "win32", "arch": "arm64", @@ -561,6 +587,32 @@ } ] }, + { + "platform": "linuxglib2.28", + "arch": "arm64", + "nodejs": "18", + "contents": [ + { + "filename": "cloudformation-languageserver-1.0.0-linuxglib2.28-arm64-node18.zip", + "url": "https://github.com/aws-cloudformation/cloudformation-languageserver/releases/download/v1.0.0/cloudformation-languageserver-1.0.0-linuxglib2.28-arm64-node18.zip", + "hashes": [], + "bytes": 56286393 + } + ] + }, + { + "platform": "linuxglib2.28", + "arch": "x64", + "nodejs": "18", + "contents": [ + { + "filename": "cloudformation-languageserver-1.0.0-linuxglib2.28-x64-node18.zip", + "url": "https://github.com/aws-cloudformation/cloudformation-languageserver/releases/download/v1.0.0/cloudformation-languageserver-1.0.0-linuxglib2.28-x64-node18.zip", + "hashes": [], + "bytes": 56559305 + } + ] + }, { "platform": "win32", "arch": "arm64",