File tree Expand file tree Collapse file tree 1 file changed +2
-4
lines changed
runner/main/modules/docker-selenium Expand file tree Collapse file tree 1 file changed +2
-4
lines changed Original file line number Diff line number Diff line change @@ -106,16 +106,14 @@ function docker-selenium_setup() {
106
106
fi
107
107
108
108
# Only for testing purposes, we are going to introduce basic support for arm64 architecture.
109
- # Many of the docker images already are multi-arch, but not the selenium ones, that are using
110
- # a different repository for arm64. Let's use them here.
111
109
# Important note: While we are still running Selenium 3, the arm64 images are using Selenium 4,
112
110
# so they could come with new problems or incompatibilities.
113
111
# As said, this is only for testing purposes, we are not going to support arm64 officially yet.
114
112
# TODO: After testing, consider if we can make this the default for arm64, deleting this conf.
115
113
# and using the seleniarm images when `uname -m` is arm64 or aarch64.
116
114
if [[ -n ${TRY_SELENIARM} ]]; then
117
- chromeimage=" seleniarm /standalone-chromium:latest"
118
- firefoximage=" sseleniarm /standalone-firefox:latest"
115
+ chromeimage=" selenium /standalone-chromium:latest"
116
+ firefoximage=" selenium /standalone-firefox:latest"
119
117
fi
120
118
121
119
# And these are the final images and options we will use.
You can’t perform that action at this time.
0 commit comments