web-check icon indicating copy to clipboard operation
web-check copied to clipboard

Can't install on Raspberry pi4 via Docker

Open zMIMI99 opened this issue 2 years ago • 2 comments

Using Raspberry Pi OS 64-bit Lite os.

Get following error: NO matching manifest for linux/arm64/v8.

zMIMI99 avatar Oct 06 '23 10:10 zMIMI99

Are there any plans to support ARM64 for this docker image?

zMIMI99 avatar Oct 06 '23 22:10 zMIMI99

the docker image is just node16 buster slim which does have a linux arm64/v8 build

https://hub.docker.com/layers/library/node/16.20.2-buster/images/sha256-9096e122b56e434bfa963f161417cf61637b31d9fdfd5d68c411ceb0d962ffe4?context=explore&tab=vulnerabilities

you can just build it with buildx or specify the --platform param to build if your the pi

kynrai avatar Jan 21 '24 17:01 kynrai