chatapi-single icon indicating copy to clipboard operation
chatapi-single copied to clipboard

replace google-chrome with chromium for arm64(RPI4B)

Open myfingerhurt opened this issue 2 years ago • 4 comments

#8

myfingerhurt avatar Feb 14 '23 17:02 myfingerhurt

Thank you for your work, please add the Arm64 in Github Action🙏

fuergaosi233 avatar Feb 14 '23 18:02 fuergaosi233

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.

myfingerhurt avatar Feb 15 '23 14:02 myfingerhurt

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.

fuergaosi233 avatar Feb 18 '23 14:02 fuergaosi233

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.

myfingerhurt avatar Feb 18 '23 16:02 myfingerhurt