From 8362c2d46e2da0c20fbd3daf511ccdf425f9a1f0 Mon Sep 17 00:00:00 2001 From: kaizhangNV <149626564+kaizhangNV@users.noreply.github.com> Date: Fri, 19 Apr 2024 21:27:10 -0700 Subject: Create a new release build for linux_x64. (#3989) --- deps/target-deps.json | 1 + 1 file changed, 1 insertion(+) (limited to 'deps') diff --git a/deps/target-deps.json b/deps/target-deps.json index ddd29b78a..0e6d5badd 100644 --- a/deps/target-deps.json +++ b/deps/target-deps.json @@ -23,6 +23,7 @@ "windows-x86_64" : { "type" : "url", "path" : "windows-x64-release.zip" }, "windows-x86" : { "type": "url", "path" : "windows-win32-release.zip" }, "linux-x86_64" : { "type": "url", "path" : "linux-x64-release.zip" }, + "linux-x86_64-glibc-2.27" : { "type": "url", "path" : "linux-x64-release-glibc-2.27.zip" }, "linux-x86" : { "type": "url", "path" : "linux-x86-release.zip" }, "macosx-x86_64" : { "type": "url", "path" : "macosx-x86_64-release.zip" }, "windows-aarch64" : { "type" : "url", "path" : "windows-aarch64-release.zip" } -- cgit v1.2.3