-
Notifications
You must be signed in to change notification settings - Fork 75
replace google-chrome with chromium for arm64(RPI4B) #16
base: main
Are you sure you want to change the base?
Conversation
google-chrome is not available for ARM
Thank you for your work, please add the Arm64 in Github Action🙏 |
Dockerfile
Outdated
RUN apt-get install -y wget curl gnupg \ | ||
&& apt-get update && apt-get -y install chromium xvfb \ | ||
&& echo "Chrome: " && chromium --version \ | ||
&& ln -s /usr/bin/chromium /usr/bin/google-chrome-stable |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
we must use chrome because chromium can't pass cloudflare antibot check
To produce different Docker images for different platforms
added ubuntu-latest-arm64
I separated I have set |
Just need add |
Unfortunately, Google has not published a Chrome package for arm64, and I have not been able to find an available way to install Chrome on the arm64 platform. Let's put this on hold until I find a solution. |
#8