diff --git a/static/build.html b/static/build.html index 45b4ea87..8daa921b 100644 --- a/static/build.html +++ b/static/build.html @@ -62,8 +62,6 @@
  • Generating release signing keys
  • @@ -112,8 +110,6 @@

    Smartphone targets:

  • @@ -70,8 +68,6 @@
  • Pixel 3
  • Pixel 2 XL
  • Pixel 2
  • -
  • Pixel XL (legacy)
  • -
  • Pixel (legacy)
  • @@ -206,28 +202,6 @@
  • walleye-ota_update-2019.10.07.21.zip
  • -
    -

    - Pixel XL (legacy) -

    -

    Version: QP1A.191005.007.A1.2019.10.07.21

    - -
    -
    -

    - Pixel (legacy) -

    -

    Version: QP1A.191005.007.A1.2019.10.07.21

    - -
    @@ -301,28 +275,6 @@
  • walleye-ota_update-2019.10.07.21.zip
  • -
    -

    - Pixel XL (legacy) -

    -

    Version: QP1A.191005.007.A1.2019.10.07.21

    - -
    -
    -

    - Pixel (legacy) -

    -

    Version: QP1A.191005.007.A1.2019.10.07.21

    - -

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