Skip to content

Commit fbffd9e

Browse files
authored
docs: fix broken Docker multi-architecture link (cypress-io#1474)
1 parent b62efd9 commit fbffd9e

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

README.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,10 @@ We build four images: click on the image name to see the available tags with ver
1515

1616
## Platforms
1717

18-
Cypress Docker images are Linux based, using the Docker image [debian:13-slim](https://hub.docker.com/_/debian) as the default base image. Each of the above listed Cypress Docker images is published with [multi-architecture](https://docs.docker.com/contribute/style/terminology/#multi-architecture--multi-arch) support for `Linux/amd64` and `Linux/arm64` platforms.
18+
Cypress Docker images are Linux based, using the Docker image [debian:13-slim](https://hub.docker.com/_/debian) as the default base image.
19+
Each of the above listed Cypress Docker images is published with
20+
[multi-platform](https://docs.docker.com/build/building/multi-platform/)
21+
support for `Linux/amd64` and `Linux/arm64` platforms.
1922

2023
Cypress Docker images can be run as containers on Continuous Integration (CI) systems which support Docker. Cypress Docker images can also be run locally under [Docker Desktop](https://docs.docker.com/desktop/) for Mac, Linux or Windows environments.
2124

0 commit comments

Comments
 (0)