Skip to content

Commit 58097a0

Browse files
committed
update comments and format
1 parent 216ae1e commit 58097a0

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

browsers-internal/releases/node-18/node18.17.1-chrome128-ff130/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,4 +17,4 @@ NOTE: This image is intended for internal use with https://github.com/cypress-io
1717

1818
**Note:** this image uses the `root` user. You might want to switch to non-root user like `node` when running this container for security
1919

20-
**Note:** Currently, the linux/arm64 build of this image does not contain any browsers except Electron. See https://github.com/cypress-io/cypress-docker-images/issues/695 for more information.
20+
**Note:** Currently, the linux/arm64 build of this image does not contain any browsers except Electron. See https://github.com/cypress-io/cypress-docker-images/blob/master/README.md#browsers for more information.

browsers-internal/releases/node-18/node18.17.1-chrome128-ff130/global-profile.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,6 @@ if [[ "$(uname -a)" = *"arm"* || "$(uname -a)" = *"aarch64"* ]]; then
66
echo "You must use the built-in Electron browser (--browser electron) to run Cypress or find and install unofficial Arm binary builds."
77
echo
88
echo "More details and links to upstream issues for Chrome, Firefox, and Edge can be found at Cypress's issue tracker:"
9-
echo " https://github.com/cypress-io/cypress-docker-images/blob/master/README.md#browsers"
9+
echo "https://github.com/cypress-io/cypress-docker-images/blob/master/README.md#browsers"
1010
printf "\e[0m" # reset
1111
fi

0 commit comments

Comments
 (0)