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 Sep 11, 2023
1 parent 26e4b6d commit e675e12
Show file tree
Hide file tree
Showing 2 changed files with 59 additions and 0 deletions.
52 changes: 52 additions & 0 deletions Make/Matrix.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,19 @@
"DOWNLOAD_VERSION=5.1.0.37133"
]
},
{
"Name": "NxMeta",
"Branch": "main",
"CacheScope": "default",
"Tags": [
"docker.io/ptr727/nxmeta:6.0.0.37363",
"docker.io/ptr727/nxmeta:beta"
],
"Args": [
"DOWNLOAD_URL=https://updates.networkoptix.com/metavms/37363/metavms-server_update-6.0.0.37363-linux_x64-beta.zip",
"DOWNLOAD_VERSION=6.0.0.37363"
]
},
{
"Name": "NxMeta-LSIO",
"Branch": "main",
Expand Down Expand Up @@ -56,6 +69,19 @@
"DOWNLOAD_VERSION=5.1.0.37133"
]
},
{
"Name": "NxMeta-LSIO",
"Branch": "main",
"CacheScope": "lsio",
"Tags": [
"docker.io/ptr727/nxmeta-lsio:6.0.0.37363",
"docker.io/ptr727/nxmeta-lsio:beta"
],
"Args": [
"DOWNLOAD_URL=https://updates.networkoptix.com/metavms/37363/metavms-server_update-6.0.0.37363-linux_x64-beta.zip",
"DOWNLOAD_VERSION=6.0.0.37363"
]
},
{
"Name": "NxWitness",
"Branch": "main",
Expand Down Expand Up @@ -190,6 +216,19 @@
"DOWNLOAD_VERSION=5.1.0.37133"
]
},
{
"Name": "NxMeta",
"Branch": "develop",
"CacheScope": "default",
"Tags": [
"docker.io/ptr727/nxmeta:develop-6.0.0.37363",
"docker.io/ptr727/nxmeta:develop-beta"
],
"Args": [
"DOWNLOAD_URL=https://updates.networkoptix.com/metavms/37363/metavms-server_update-6.0.0.37363-linux_x64-beta.zip",
"DOWNLOAD_VERSION=6.0.0.37363"
]
},
{
"Name": "NxMeta-LSIO",
"Branch": "develop",
Expand Down Expand Up @@ -217,6 +256,19 @@
"DOWNLOAD_URL=https://updates.networkoptix.com/metavms/37133/metavms-server_update-5.1.0.37133-linux_x64.zip",
"DOWNLOAD_VERSION=5.1.0.37133"
]
},
{
"Name": "NxMeta-LSIO",
"Branch": "develop",
"CacheScope": "lsio",
"Tags": [
"docker.io/ptr727/nxmeta-lsio:develop-6.0.0.37363",
"docker.io/ptr727/nxmeta-lsio:develop-beta"
],
"Args": [
"DOWNLOAD_URL=https://updates.networkoptix.com/metavms/37363/metavms-server_update-6.0.0.37363-linux_x64-beta.zip",
"DOWNLOAD_VERSION=6.0.0.37363"
]
}
]
}
7 changes: 7 additions & 0 deletions Make/Version.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,13 @@
{
"Product": "NxMeta",
"Versions": [
{
"Version": "6.0.0.37363",
"Uri": "https://updates.networkoptix.com/metavms/37363/metavms-server_update-6.0.0.37363-linux_x64-beta.zip",
"Labels": [
"Beta"
]
},
{
"Version": "5.1.0.37133",
"Uri": "https://updates.networkoptix.com/metavms/37133/metavms-server_update-5.1.0.37133-linux_x64.zip",
Expand Down

0 comments on commit e675e12

Please sign in to comment.