Skip to content
New issue

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

How can I have/build a version of zenika/alpine-chrome:with-puppeteer for armv7? #237

Open
obriankevin11 opened this issue Nov 7, 2023 · 3 comments · Fixed by #251
Open

Comments

@obriankevin11
Copy link

Everything is in the title I think 😅
Would like to use it on my raspberry pi 4b

Thank you!

@zigarn
Copy link
Contributor

zigarn commented Jun 9, 2024

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.

@zigarn
Copy link
Contributor

zigarn commented Jun 16, 2024

Revert as builds launching npm hang until canceled.
Maybe hitting nodejs/docker-node#1798/nodejs/docker-node#1946

@zigarn zigarn reopened this Jun 16, 2024
@zigarn
Copy link
Contributor

zigarn commented Jun 16, 2024

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/

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

Successfully merging a pull request may close this issue.

2 participants