Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Install chromium on ARM Linux 64 #510

Open
navidemad opened this issue Apr 2, 2024 · 1 comment
Open

Install chromium on ARM Linux 64 #510

navidemad opened this issue Apr 2, 2024 · 1 comment
Labels
enhancement New feature or request

Comments

@navidemad
Copy link

I tried each channel input through a matrix in my github action on a self hosted runner.

$> uname -a
Linux ubuntu 5.15.0-84-generic #93-Ubuntu SMP Tue Sep 5 17:18:46 UTC 2023 aarch64 aarch64 aarch64 GNU/Linux
Attempting to download stable...
Acquiring stable from https://dl.google.com/linux/direct/google-chrome-stable_current_amd64.deb
Installing chromium...
/usr/bin/ar x /home/runner/actions-runner/_work/_temp/8a74a472-51ef-4214-b5a7-bcc0aecc9435
/usr/bin/tar -xf /tmp/deb-2ssm7q/data.tar.xz --directory /tmp/chrome-KPYDZd --strip-components 4 ./opt/google
Successfully Installed chromium to /opt/hostedtoolcache/chromium/stable/arm64
/tmp/chrome-KPYDZd/chrome --version
/tmp/chrome-KPYDZd/chrome: 1: Syntax error: ")" unexpected
Error: The process '/tmp/chrome-KPYDZd/chrome' failed with exit code 2
Run browser-actions/setup-chrome@latest
Setup chromium beta
Attempting to download beta...
Acquiring beta from https://dl.google.com/linux/direct/google-chrome-beta_current_amd64.deb
Installing chromium...
/usr/bin/ar x /home/runner/actions-runner/_work/_temp/bca453e9-e2f2-4dcd-a48f-b35586ef5eab
/usr/bin/tar -xf /tmp/deb-EmLAHT/data.tar.xz --directory /tmp/chrome-QgpTT2 --strip-components 4 ./opt/google
Successfully Installed chromium to /opt/hostedtoolcache/chromium/beta/arm64
/tmp/chrome-QgpTT2/chrome --version
/tmp/chrome-QgpTT2/chrome: 15: Syntax error: Unterminated quoted string
Error: The process '/tmp/chrome-QgpTT2/chrome' failed with exit code 2
Run browser-actions/setup-chrome@latest
Setup chromium dev
Attempting to download dev...
Acquiring dev from https://dl.google.com/linux/direct/google-chrome-unstable_current_amd64.deb
Installing chromium...
/usr/bin/ar x /home/runner/actions-runner/_work/_temp/6a44785f-39ae-47b2-abb9-4f8a279997b2
/usr/bin/tar -xf /tmp/deb-8j02vP/data.tar.xz --directory /tmp/chrome-UCtrkl --strip-components 4 ./opt/google
Successfully Installed chromium to /opt/hostedtoolcache/chromium/dev/arm64
/tmp/chrome-UCtrkl/chrome --version
/tmp/chrome-UCtrkl/chrome: 1: Syntax error: Unterminated quoted string
Error: The process '/tmp/chrome-UCtrkl/chrome' failed with exit code 2
Run browser-actions/setup-chrome@latest
Setup chromium canary
Attempting to download canary...
Error: Chrome canary not supported for platform linux arm64
@ueokande
Copy link
Collaborator

Unfortunately, the setup-action we cannot ARM Linux 64 until the chrome support it. The Google Chrome currently supports only x86_64 for Linux. Please refer to this discussion as well GoogleChromeLabs/chrome-for-testing#1. Thank you.

@ueokande ueokande added the enhancement New feature or request label May 27, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants