From af1d2d519500bd113c77b843edbc605ca6973a2c Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sun, 1 Mar 2026 03:11:01 +0000 Subject: [PATCH] Update codegen files --- Make/Matrix.json | 60 +++++++++++++++++++++++++++++++++++++++++++++++ Make/Version.json | 8 +++++++ 2 files changed, 68 insertions(+) diff --git a/Make/Matrix.json b/Make/Matrix.json index 61ab8d9..510e066 100644 --- a/Make/Matrix.json +++ b/Make/Matrix.json @@ -81,6 +81,21 @@ "DOWNLOAD_X64_URL=https://updates.networkoptix.com/metavms/42176/metavms-server_update-6.1.0.42176-linux_x64.zip" ] }, + { + "Name": "NxMeta", + "Product": "nxmeta", + "Branch": "main", + "Base": "ubuntu", + "Tags": [ + "docker.io/ptr727/nxmeta:6.1.1.42471", + "docker.io/ptr727/nxmeta:rc" + ], + "Args": [ + "DOWNLOAD_ARM64_URL=https://updates.networkoptix.com/metavms/42471/metavms-server_update-6.1.1.42471-linux_arm64-rc.zip", + "DOWNLOAD_VERSION=6.1.1.42471", + "DOWNLOAD_X64_URL=https://updates.networkoptix.com/metavms/42471/metavms-server_update-6.1.1.42471-linux_x64-rc.zip" + ] + }, { "Name": "NxMeta", "Product": "nxmeta", @@ -97,6 +112,21 @@ "DOWNLOAD_X64_URL=https://updates.networkoptix.com/metavms/42176/metavms-server_update-6.1.0.42176-linux_x64.zip" ] }, + { + "Name": "NxMeta", + "Product": "nxmeta", + "Branch": "develop", + "Base": "ubuntu", + "Tags": [ + "docker.io/ptr727/nxmeta:develop-6.1.1.42471", + "docker.io/ptr727/nxmeta:develop-rc" + ], + "Args": [ + "DOWNLOAD_ARM64_URL=https://updates.networkoptix.com/metavms/42471/metavms-server_update-6.1.1.42471-linux_arm64-rc.zip", + "DOWNLOAD_VERSION=6.1.1.42471", + "DOWNLOAD_X64_URL=https://updates.networkoptix.com/metavms/42471/metavms-server_update-6.1.1.42471-linux_x64-rc.zip" + ] + }, { "Name": "NxMeta-LSIO", "Product": "nxmeta", @@ -113,6 +143,21 @@ "DOWNLOAD_X64_URL=https://updates.networkoptix.com/metavms/42176/metavms-server_update-6.1.0.42176-linux_x64.zip" ] }, + { + "Name": "NxMeta-LSIO", + "Product": "nxmeta", + "Branch": "main", + "Base": "lsio", + "Tags": [ + "docker.io/ptr727/nxmeta-lsio:6.1.1.42471", + "docker.io/ptr727/nxmeta-lsio:rc" + ], + "Args": [ + "DOWNLOAD_ARM64_URL=https://updates.networkoptix.com/metavms/42471/metavms-server_update-6.1.1.42471-linux_arm64-rc.zip", + "DOWNLOAD_VERSION=6.1.1.42471", + "DOWNLOAD_X64_URL=https://updates.networkoptix.com/metavms/42471/metavms-server_update-6.1.1.42471-linux_x64-rc.zip" + ] + }, { "Name": "NxMeta-LSIO", "Product": "nxmeta", @@ -129,6 +174,21 @@ "DOWNLOAD_X64_URL=https://updates.networkoptix.com/metavms/42176/metavms-server_update-6.1.0.42176-linux_x64.zip" ] }, + { + "Name": "NxMeta-LSIO", + "Product": "nxmeta", + "Branch": "develop", + "Base": "lsio", + "Tags": [ + "docker.io/ptr727/nxmeta-lsio:develop-6.1.1.42471", + "docker.io/ptr727/nxmeta-lsio:develop-rc" + ], + "Args": [ + "DOWNLOAD_ARM64_URL=https://updates.networkoptix.com/metavms/42471/metavms-server_update-6.1.1.42471-linux_arm64-rc.zip", + "DOWNLOAD_VERSION=6.1.1.42471", + "DOWNLOAD_X64_URL=https://updates.networkoptix.com/metavms/42471/metavms-server_update-6.1.1.42471-linux_x64-rc.zip" + ] + }, { "Name": "NxWitness", "Product": "nxwitness", diff --git a/Make/Version.json b/Make/Version.json index ef0eba2..b4b593c 100644 --- a/Make/Version.json +++ b/Make/Version.json @@ -26,6 +26,14 @@ "Stable", "Latest" ] + }, + { + "Version": "6.1.1.42471", + "UriX64": "https://updates.networkoptix.com/metavms/42471/metavms-server_update-6.1.1.42471-linux_x64-rc.zip", + "UriArm64": "https://updates.networkoptix.com/metavms/42471/metavms-server_update-6.1.1.42471-linux_arm64-rc.zip", + "Labels": [ + "RC" + ] } ] },