Skip to content

Commit

Permalink
Update Version.json and Matrix.json
Browse files Browse the repository at this point in the history
  • Loading branch information
ptr727 authored and github-actions[bot] committed Oct 28, 2024
1 parent 04624af commit 68d14a9
Show file tree
Hide file tree
Showing 2 changed files with 64 additions and 0 deletions.
56 changes: 56 additions & 0 deletions Make/Matrix.json
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,20 @@
"DOWNLOAD_X64_URL=https://updates.networkoptix.com/metavms/39503/metavms-server_update-6.0.0.39503-linux_x64.zip"
]
},
{
"Name": "NxMeta",
"Branch": "main",
"CacheScope": "default",
"Tags": [
"docker.io/ptr727/nxmeta:6.1.0.39707",
"docker.io/ptr727/nxmeta:beta"
],
"Args": [
"DOWNLOAD_ARM64_URL=https://updates.networkoptix.com/metavms/39707/metavms-server_update-6.1.0.39707-linux_arm64-beta.zip",
"DOWNLOAD_VERSION=6.1.0.39707",
"DOWNLOAD_X64_URL=https://updates.networkoptix.com/metavms/39707/metavms-server_update-6.1.0.39707-linux_x64-beta.zip"
]
},
{
"Name": "NxMeta-LSIO",
"Branch": "main",
Expand All @@ -62,6 +76,20 @@
"DOWNLOAD_X64_URL=https://updates.networkoptix.com/metavms/39503/metavms-server_update-6.0.0.39503-linux_x64.zip"
]
},
{
"Name": "NxMeta-LSIO",
"Branch": "main",
"CacheScope": "lsio",
"Tags": [
"docker.io/ptr727/nxmeta-lsio:6.1.0.39707",
"docker.io/ptr727/nxmeta-lsio:beta"
],
"Args": [
"DOWNLOAD_ARM64_URL=https://updates.networkoptix.com/metavms/39707/metavms-server_update-6.1.0.39707-linux_arm64-beta.zip",
"DOWNLOAD_VERSION=6.1.0.39707",
"DOWNLOAD_X64_URL=https://updates.networkoptix.com/metavms/39707/metavms-server_update-6.1.0.39707-linux_x64-beta.zip"
]
},
{
"Name": "NxWitness",
"Branch": "main",
Expand Down Expand Up @@ -336,6 +364,20 @@
"DOWNLOAD_X64_URL=https://updates.networkoptix.com/metavms/39503/metavms-server_update-6.0.0.39503-linux_x64.zip"
]
},
{
"Name": "NxMeta",
"Branch": "develop",
"CacheScope": "default",
"Tags": [
"docker.io/ptr727/nxmeta:develop-6.1.0.39707",
"docker.io/ptr727/nxmeta:develop-beta"
],
"Args": [
"DOWNLOAD_ARM64_URL=https://updates.networkoptix.com/metavms/39707/metavms-server_update-6.1.0.39707-linux_arm64-beta.zip",
"DOWNLOAD_VERSION=6.1.0.39707",
"DOWNLOAD_X64_URL=https://updates.networkoptix.com/metavms/39707/metavms-server_update-6.1.0.39707-linux_x64-beta.zip"
]
},
{
"Name": "NxMeta-LSIO",
"Branch": "develop",
Expand All @@ -352,6 +394,20 @@
"DOWNLOAD_X64_URL=https://updates.networkoptix.com/metavms/39503/metavms-server_update-6.0.0.39503-linux_x64.zip"
]
},
{
"Name": "NxMeta-LSIO",
"Branch": "develop",
"CacheScope": "lsio",
"Tags": [
"docker.io/ptr727/nxmeta-lsio:develop-6.1.0.39707",
"docker.io/ptr727/nxmeta-lsio:develop-beta"
],
"Args": [
"DOWNLOAD_ARM64_URL=https://updates.networkoptix.com/metavms/39707/metavms-server_update-6.1.0.39707-linux_arm64-beta.zip",
"DOWNLOAD_VERSION=6.1.0.39707",
"DOWNLOAD_X64_URL=https://updates.networkoptix.com/metavms/39707/metavms-server_update-6.1.0.39707-linux_x64-beta.zip"
]
},
{
"Name": "NxWitness",
"Branch": "develop",
Expand Down
8 changes: 8 additions & 0 deletions Make/Version.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,14 @@
"Stable",
"Latest"
]
},
{
"Version": "6.1.0.39707",
"UriX64": "https://updates.networkoptix.com/metavms/39707/metavms-server_update-6.1.0.39707-linux_x64-beta.zip",
"UriArm64": "https://updates.networkoptix.com/metavms/39707/metavms-server_update-6.1.0.39707-linux_arm64-beta.zip",
"Labels": [
"Beta"
]
}
]
},
Expand Down

0 comments on commit 68d14a9

Please sign in to comment.