alpine-chrome icon indicating copy to clipboard operation
alpine-chrome copied to clipboard

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

Open obriankevin11 opened this issue 2 years ago • 3 comments

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

Thank you!

obriankevin11 avatar Nov 07 '23 20:11 obriankevin11

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 avatar Jun 09 '24 08:06 zigarn

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

zigarn avatar Jun 16 '24 05:06 zigarn

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/

zigarn avatar Jun 16 '24 06:06 zigarn