Linux arm64 support - #655
Merged
Merged
Conversation
Chrome for Testing now publishes linux-arm64 builds (since 153.0.8001.0). Add "linux-arm64" to the PlatformString type and map linux+arm64 to it, enabling the "Specific version" and "Channel name" installers to resolve Linux ARM64 downloads. Update README support matrix and add tests with realistic fixture data. Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
Test the action on GitHub-hosted Linux ARM64 runners in addition to the existing x64/macOS/Windows runners, to cover the new Linux ARM64 support. Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
Ensure the manual test workflow also exercises the ChromeDriver installation path, including on the new Linux ARM64 runner. Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
The main test matrix exercises version specs (commit position, specific version, dev channel, latest snapshot) that are not yet all supported on Linux ARM64. Move ARM64 to its own test-linux-arm job that installs via the "canary" channel, which is currently the only version spec verified to support Linux ARM64 downloads. Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
ueokande
added a commit
that referenced
this pull request
Aug 16, 2026
This pull request adds support for Linux ARM64 (`linux-arm64`) Chrome and Chromedriver downloads, updates workflow configurations to include new OS variants, and updates test data and URLs to reflect the latest Chrome versions and download locations. It also ensures that Chromedriver is installed during manual tests and updates documentation to reflect new platform support. --------- Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
|
It's good to see that you've added the capability to install Chrome for Testing on Linux arm64! 👍🏻 According to Chrome for Testing > Supported platforms uses: browser-actions/setup-chrome@v2with no other parameters on Run browser-actions/setup-chrome@v2
with:
chrome-version: stable
install-dependencies: false
install-chromedriver: false
no-sudo: false
Setup chrome stable
Attempting to download chrome stable...
Error: Version stable not found in chrome for testing versions for linux arm64I expect that will resolve itself in the next 2 weeks when 153 moves to |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This pull request adds support for Linux ARM64 (
linux-arm64) Chrome and Chromedriver downloads, updates workflow configurations to include new OS variants, and updates test data and URLs to reflect the latest Chrome versions and download locations. It also ensures that Chromedriver is installed during manual tests and updates documentation to reflect new platform support.