We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Everything is in the title I think 😅 Would like to use it on my raspberry pi 4b
Thank you!
The text was updated successfully, but these errors were encountered:
Hi @obriankevin11! For what I see Raspberry Pi 4 Model B is ARM v8 64-bit, so the current arm64 build of the image should work.
Sorry, something went wrong.
Revert as builds launching npm hang until canceled. Maybe hitting nodejs/docker-node#1798/nodejs/docker-node#1946
Looks like an emulation issue. Need to build on native armv7, so directly on your Raspberry:
git clone https://github.com/Zenika/alpine-chrome.git cd alpine-chrome docker image build --tag zenika/alpine-chrome ./ docker image build --tag zenika/alpine-chrome:with-node with-node/ docker image build --tag zenika/alpine-chrome:with-puppeteer with-puppeteer/
Successfully merging a pull request may close this issue.
Everything is in the title I think 😅
Would like to use it on my raspberry pi 4b
Thank you!
The text was updated successfully, but these errors were encountered: