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 Jul 1, 2024
1 parent 82412eb commit 05c5013
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 19 deletions.
32 changes: 16 additions & 16 deletions Make/Matrix.json
Original file line number Diff line number Diff line change
Expand Up @@ -235,13 +235,13 @@
"Branch": "main",
"CacheScope": "default",
"Tags": [
"docker.io/ptr727/wisenetwave:6.0.0.38488",
"docker.io/ptr727/wisenetwave:6.0.0.38908",
"docker.io/ptr727/wisenetwave:beta"
],
"Args": [
"DOWNLOAD_ARM64_URL=https://updates.networkoptix.com/hanwha/38488/wave-server_update-6.0.0.38488-linux_arm64-beta.zip",
"DOWNLOAD_VERSION=6.0.0.38488",
"DOWNLOAD_X64_URL=https://updates.networkoptix.com/hanwha/38488/wave-server_update-6.0.0.38488-linux_x64-beta.zip"
"DOWNLOAD_ARM64_URL=https://updates.networkoptix.com/hanwha/38908/wave-server_update-6.0.0.38908-linux_arm64-beta.zip",
"DOWNLOAD_VERSION=6.0.0.38908",
"DOWNLOAD_X64_URL=https://updates.networkoptix.com/hanwha/38908/wave-server_update-6.0.0.38908-linux_x64-beta.zip"
]
},
{
Expand Down Expand Up @@ -277,13 +277,13 @@
"Branch": "main",
"CacheScope": "lsio",
"Tags": [
"docker.io/ptr727/wisenetwave-lsio:6.0.0.38488",
"docker.io/ptr727/wisenetwave-lsio:6.0.0.38908",
"docker.io/ptr727/wisenetwave-lsio:beta"
],
"Args": [
"DOWNLOAD_ARM64_URL=https://updates.networkoptix.com/hanwha/38488/wave-server_update-6.0.0.38488-linux_arm64-beta.zip",
"DOWNLOAD_VERSION=6.0.0.38488",
"DOWNLOAD_X64_URL=https://updates.networkoptix.com/hanwha/38488/wave-server_update-6.0.0.38488-linux_x64-beta.zip"
"DOWNLOAD_ARM64_URL=https://updates.networkoptix.com/hanwha/38908/wave-server_update-6.0.0.38908-linux_arm64-beta.zip",
"DOWNLOAD_VERSION=6.0.0.38908",
"DOWNLOAD_X64_URL=https://updates.networkoptix.com/hanwha/38908/wave-server_update-6.0.0.38908-linux_x64-beta.zip"
]
},
{
Expand Down Expand Up @@ -526,13 +526,13 @@
"Branch": "develop",
"CacheScope": "default",
"Tags": [
"docker.io/ptr727/wisenetwave:develop-6.0.0.38488",
"docker.io/ptr727/wisenetwave:develop-6.0.0.38908",
"docker.io/ptr727/wisenetwave:develop-beta"
],
"Args": [
"DOWNLOAD_ARM64_URL=https://updates.networkoptix.com/hanwha/38488/wave-server_update-6.0.0.38488-linux_arm64-beta.zip",
"DOWNLOAD_VERSION=6.0.0.38488",
"DOWNLOAD_X64_URL=https://updates.networkoptix.com/hanwha/38488/wave-server_update-6.0.0.38488-linux_x64-beta.zip"
"DOWNLOAD_ARM64_URL=https://updates.networkoptix.com/hanwha/38908/wave-server_update-6.0.0.38908-linux_arm64-beta.zip",
"DOWNLOAD_VERSION=6.0.0.38908",
"DOWNLOAD_X64_URL=https://updates.networkoptix.com/hanwha/38908/wave-server_update-6.0.0.38908-linux_x64-beta.zip"
]
},
{
Expand Down Expand Up @@ -569,13 +569,13 @@
"Branch": "develop",
"CacheScope": "lsio",
"Tags": [
"docker.io/ptr727/wisenetwave-lsio:develop-6.0.0.38488",
"docker.io/ptr727/wisenetwave-lsio:develop-6.0.0.38908",
"docker.io/ptr727/wisenetwave-lsio:develop-beta"
],
"Args": [
"DOWNLOAD_ARM64_URL=https://updates.networkoptix.com/hanwha/38488/wave-server_update-6.0.0.38488-linux_arm64-beta.zip",
"DOWNLOAD_VERSION=6.0.0.38488",
"DOWNLOAD_X64_URL=https://updates.networkoptix.com/hanwha/38488/wave-server_update-6.0.0.38488-linux_x64-beta.zip"
"DOWNLOAD_ARM64_URL=https://updates.networkoptix.com/hanwha/38908/wave-server_update-6.0.0.38908-linux_arm64-beta.zip",
"DOWNLOAD_VERSION=6.0.0.38908",
"DOWNLOAD_X64_URL=https://updates.networkoptix.com/hanwha/38908/wave-server_update-6.0.0.38908-linux_x64-beta.zip"
]
}
]
Expand Down
6 changes: 3 additions & 3 deletions Make/Version.json
Original file line number Diff line number Diff line change
Expand Up @@ -95,9 +95,9 @@
]
},
{
"Version": "6.0.0.38488",
"UriX64": "https://updates.networkoptix.com/hanwha/38488/wave-server_update-6.0.0.38488-linux_x64-beta.zip",
"UriArm64": "https://updates.networkoptix.com/hanwha/38488/wave-server_update-6.0.0.38488-linux_arm64-beta.zip",
"Version": "6.0.0.38908",
"UriX64": "https://updates.networkoptix.com/hanwha/38908/wave-server_update-6.0.0.38908-linux_x64-beta.zip",
"UriArm64": "https://updates.networkoptix.com/hanwha/38908/wave-server_update-6.0.0.38908-linux_arm64-beta.zip",
"Labels": [
"Beta"
]
Expand Down

0 comments on commit 05c5013

Please sign in to comment.