Skip to content

Commit 0e8c8ae

Browse files
authored
Add Firefox to Linux/arm64 CI Cypress Docker usage (#6124)
1 parent 01ca42c commit 0e8c8ae

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

docs/app/continuous-integration/overview.mdx

+4-1
Original file line numberDiff line numberDiff line change
@@ -260,8 +260,11 @@ Cypress Docker images are available from:
260260
- [cypress/browsers](https://github.com/cypress-io/cypress-docker-images/tree/master/browsers) builds on the
261261
[cypress/base](https://github.com/cypress-io/cypress-docker-images/tree/master/base) image.
262262
For `Linux/amd64` images it adds **Chrome**, **Firefox** and **Edge** browsers.
263+
For `Linux/arm64` images it adds only **Firefox** browsers from version `136.0.2` and above.
264+
Chrome and Edge browsers are currently not available for `Linux/arm64`.
263265
A corresponding image `<tag>` allows selection of the combined Node.js and browser versions.
264-
(Currently `Linux/arm64` images do **not** contain browsers.)
266+
The version tags for the unavailable Chrome and Edge browsers on the `Linux/arm64` platform are empty place-holders only,
267+
required for multi-platform support compatibility.
265268

266269
- [cypress/included](https://github.com/cypress-io/cypress-docker-images/tree/master/included) builds on the
267270
[cypress/browsers](https://github.com/cypress-io/cypress-docker-images/tree/master/browsers) image.

0 commit comments

Comments
 (0)