Open yhaenggi opened 6 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?
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.
ha, that is interesting, thank you for the link
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?
Now that we have arm64 containers, can we have armv32 too? Then i dont have to build it myself anymore :)