tenox7 / wrp

Web Rendering Proxy: Use vintage, historical, legacy browsers on modern web
Apache License 2.0
1.03k stars 49 forks source link

armv32 #116

Open yhaenggi opened 2 months ago

yhaenggi commented 2 months ago

Now that we have arm64 containers, can we have armv32 too? Then i dont have to build it myself anymore :)

tenox7 commented 2 months ago

Sure, but...

docker manifest inspect chromedp/headless-shell | jq '.manifests[].platform.architecture'
"amd64"
"arm64"

How do you get armv32? Do you build chromedp/headless-shell yourself?

yhaenggi commented 2 months ago

i dont use it, https://github.com/yhaenggi/wrp-docker/blob/master/Dockerfile its way out of date... guess i'll just put in on a aarch64 node instead for now.

tenox7 commented 2 weeks ago

ha, that is interesting, thank you for the link

tenox7 commented 2 weeks ago

the problem is that the official https://hub.docker.com/r/chromedp/headless-shell only builds for arm64v8, I really don't want to be building the whole base image for arm32v7

what is your use case?