replace google-chrome with chromium for arm64(RPI4B)
#8
Thank you for your work, please add the Arm64 in Github Action🙏
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.
I separated
arm64andnone-arm64in the Dockerfile. I added abuild_armsjob to GitHub Action, but I encountered manyset-outputwarnings during the build process. These warnings seem to be related to thedocker/build-push-actionthat 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: falsein 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.
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.