Skip to content
This repository has been archived by the owner on Nov 27, 2023. It is now read-only.

replace google-chrome with chromium for arm64(RPI4B) #16

Open
wants to merge 11 commits into
base: main
Choose a base branch
from

Conversation

myfingerhurt
Copy link

@myfingerhurt myfingerhurt commented Feb 14, 2023

#8

@fuergaosi233
Copy link
Contributor

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
Copy link
Contributor

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

@myfingerhurt
Copy link
Author

I separated arm64 and none-arm64 in the Dockerfile.
I added a build_arms job to GitHub Action, but I encountered many set-output warnings during the build process. These warnings seem to be related to the docker/build-push-action that you are using. I'm not sure what your preference is for resolving this issue, so I'll leave it up to you.

I have set push: false in case you haven't noticed.

@fuergaosi233
Copy link
Contributor

I separated arm64 and none-arm64 in the Dockerfile. I added a build_arms job to GitHub Action, but I encountered many set-output warnings during the build process. These warnings seem to be related to the docker/build-push-action that you are using. I'm not sure what your preference is for resolving this issue, so I'll leave it up to you.

I have set push: false in case you haven't noticed.

Just need add arch: arm64, Thank you for your work again. But the problem that you changed to Chromium still hasn't been solved.

@myfingerhurt
Copy link
Author

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.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants