Skip to content

Commit

Permalink
Use selenium/standalone-chromium on ARM (#723)
Browse files Browse the repository at this point in the history
  • Loading branch information
Jubeki committed Sep 11, 2024
1 parent a579f53 commit 3391b3d
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@ protected function buildDockerCompose(array $services)

// Replace Selenium with ARM base container on Apple Silicon...
if (in_array('selenium', $services) && in_array(php_uname('m'), ['arm64', 'aarch64'])) {
$compose['services']['selenium']['image'] = 'seleniarm/standalone-chromium';
$compose['services']['selenium']['image'] = 'selenium/standalone-chromium';
}

$yaml = Yaml::dump($compose, Yaml::DUMP_OBJECT_AS_MAP);
Expand Down

0 comments on commit 3391b3d

Please sign in to comment.