summaryrefslogtreecommitdiff
path: root/static/releases.js
diff options
context:
space:
mode:
authorDaniel Micay <danielmicay@gmail.com>2020-09-27 19:36:50 -0400
committerDaniel Micay <danielmicay@gmail.com>2020-09-27 19:36:50 -0400
commit8f327d3019b95eef75cfdc7f52dfb160bc904d60 (patch)
treeb9d7744412d17d105cf184165ec17bd4452f6265 /static/releases.js
parentfe3eaeb4ee5e1d7178a4702f8141a33b3c1df2b9 (diff)
add sunfish to releases fetching script
Diffstat (limited to 'static/releases.js')
-rw-r--r--static/releases.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/static/releases.js b/static/releases.js
index f8ba27f5..53b782d1 100644
--- a/static/releases.js
+++ b/static/releases.js
@@ -2,7 +2,7 @@
const baseUrl = "https://releases.grapheneos.org/";
const versionBaseUrl = "https://github.com/GrapheneOS/platform_manifest/releases/tag/";
-const devices = ["coral", "flame", "bonito", "sargo", "crosshatch", "blueline", "taimen", "walleye"];
+const devices = ["sunfish", "coral", "flame", "bonito", "sargo", "crosshatch", "blueline", "taimen", "walleye"];
const channels = ["stable", "beta"];
for (const channel of channels) {