diff --git a/process-static b/process-static index a952e20f..449d1c62 100755 --- a/process-static +++ b/process-static @@ -64,7 +64,7 @@ sed -i "$replace" static-tmp/**/*.html nginx-tmp/nginx.conf nginx-tmp/snippets/p replace= devices=(comet komodo caiman tokay akita husky shiba felix tangorpro lynx cheetah panther bluejay raven oriole barbet redfin bramble sunfish coral flame) -channels=(stable beta) +channels=(stable beta alpha) for device in ${devices[@]}; do for channel in ${channels[@]}; do metadata=$(curl -s $RELEASES_BASE/$device-$channel) diff --git a/static/js/releases.js b/static/js/releases.js index 7c6a7256..5fbf664a 100644 --- a/static/js/releases.js +++ b/static/js/releases.js @@ -3,7 +3,7 @@ const baseUrl = "https://releases.grapheneos.org/"; const devices = ["comet", "komodo", "caiman", "tokay", "akita", "husky", "shiba", "felix", "tangorpro", "lynx", "cheetah", "panther", "bluejay", "raven", "oriole", "barbet", "redfin", "bramble", "sunfish", "coral", "flame"]; const legacyFactoryDevices = new Set(["sunfish", "coral", "flame"]); -const channels = ["stable", "beta"]; +const channels = ["stable", "beta", "alpha"]; const delayMs = 1000 * 60 * 5; function updateLink(link, text, url) { diff --git a/static/releases.html b/static/releases.html index 9278e781..441c43ce 100644 --- a/static/releases.html +++ b/static/releases.html @@ -96,6 +96,32 @@
  • Pixel 4 (legacy extended support)
  • +
  • + Alpha channel + +
  • Changelog