summaryrefslogtreecommitdiff
path: root/static/releases.js
diff options
context:
space:
mode:
authorDaniel Micay <danielmicay@gmail.com>2019-11-04 16:23:29 -0500
committerDaniel Micay <danielmicay@gmail.com>2019-11-04 17:49:22 -0500
commit46d90703dffe56826a672bcd51cb27ad1aced760 (patch)
tree474bff1cec1aa0a926ad35dcf3b0e796761a7418 /static/releases.js
parent6923bcf43036fb099d9a8c9001c81f4bc5d31212 (diff)
drop legacy Pixel and Pixel XL support
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 4a621e18..83297850 100644
--- a/static/releases.js
+++ b/static/releases.js
@@ -4,7 +4,7 @@
const baseUrl = "https://releases.grapheneos.org/";
const versionBaseUrl = "https://github.com/GrapheneOS/platform_manifest/releases/tag/";
-const devices = ["bonito", "sargo", "crosshatch", "blueline", "taimen", "walleye", "marlin", "sailfish"];
+const devices = ["bonito", "sargo", "crosshatch", "blueline", "taimen", "walleye"];
const channels = ["stable", "beta"];
for (const channel of channels) {