From 07157fb0b4e277b2aa00114e5342fe671a4dc3da Mon Sep 17 00:00:00 2001 From: Brandon Rockhold <“brandon.rockhold@gmail.com”> Date: Thu, 15 Sep 2022 09:59:27 -0500 Subject: [PATCH] Including additional OS/Platform/Arch info for download URLs --- content/guides/references/advanced-installation.md | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/content/guides/references/advanced-installation.md b/content/guides/references/advanced-installation.md index a57c5393e2..b219de196e 100644 --- a/content/guides/references/advanced-installation.md +++ b/content/guides/references/advanced-installation.md @@ -131,9 +131,13 @@ The download server URL is `https://download.cypress.io`. We currently have the following downloads available: -- Windows 64-bit (`?platform=win32&arch=x64`) -- Linux 64-bit (`?platform=linux`) -- macOS 64-bit (`?platform=darwin`) +| OS | Platform | Architecture | URL Params | +| ------- | -------- | ------------ | ----------------------------- | +| macOS | `darwin` | `x64` | `?platform=darwin&arch=x64` | +| macOS | `darwin` | `arm64` | `?platform=darwin&arch=arm64` | +| Linux | `linux` | `x64` | `?platform=linux&arch=x64` | +| Linux | `linux` | `arm64` | `?platform=linux&arch=arm64` | +| Windows | `win32` | `x64` | `?platform=win32&arch=x64` | Here are the available download URLs: