diff --git a/process-static b/process-static index 34ad05ba..db095b49 100755 --- a/process-static +++ b/process-static @@ -61,7 +61,7 @@ done sed -i "$replace" static-tmp/**/*.html nginx-tmp/nginx.conf nginx-tmp/snippets/preload.conf replace= -devices=(bluejay raven oriole barbet redfin bramble sunfish coral flame bonito sargo crosshatch blueline) +devices=(cheetah panther bluejay raven oriole barbet redfin bramble sunfish coral flame bonito sargo crosshatch blueline) channels=(stable beta) for device in ${devices[@]}; do for channel in ${channels[@]}; do diff --git a/static/js/releases.js b/static/js/releases.js index d7993e7b..f12ba5db 100644 --- a/static/js/releases.js +++ b/static/js/releases.js @@ -2,7 +2,7 @@ const baseUrl = "https://releases.grapheneos.org/"; const versionBaseUrl = "https://github.com/GrapheneOS/platform_manifest/releases/tag/"; -const devices = ["bluejay", "raven", "oriole", "barbet", "redfin", "bramble", "sunfish", "coral", "flame", "bonito", "sargo", "crosshatch", "blueline"]; +const devices = ["cheetah", "panther", "bluejay", "raven", "oriole", "barbet", "redfin", "bramble", "sunfish", "coral", "flame", "bonito", "sargo", "crosshatch", "blueline"]; const channels = ["stable", "beta"]; const delayMs = 1000 * 60 * 5; diff --git a/static/releases.html b/static/releases.html index 3e4339fa..4181c4b0 100644 --- a/static/releases.html +++ b/static/releases.html @@ -61,6 +61,8 @@
Version: {{cheetah-stable-BUILD_ID}}.{{cheetah-stable-BUILD_NUMBER}}
+ +Version: {{panther-stable-BUILD_ID}}.{{panther-stable-BUILD_NUMBER}}
+ +Version: {{bluejay-stable-BUILD_ID}}.{{bluejay-stable-BUILD_NUMBER}}
@@ -448,6 +470,24 @@Version: {{cheetah-beta-BUILD_ID}}.{{cheetah-beta-BUILD_NUMBER}}
+ +Version: {{panther-beta-BUILD_ID}}.{{panther-beta-BUILD_NUMBER}}
+ +Version: {{bluejay-beta-BUILD_ID}}.{{bluejay-beta-BUILD_NUMBER}}