replace google-chrome with chromium for arm64(RPI4B)#16
replace google-chrome with chromium for arm64(RPI4B)#16myfingerhurt wants to merge 11 commits intobytemate:mainfrom
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.
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