add Alpha channel to releases page

This commit is contained in:
Daniel Micay
2024-10-12 08:23:51 -04:00
parent e2b7c7ab46
commit 3366b4fbc7
3 changed files with 222 additions and 2 deletions

View File

@@ -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) {