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

armv32 #116

Open
yhaenggi opened this issue May 23, 2024 · 4 comments
Open

armv32 #116

yhaenggi opened this issue May 23, 2024 · 4 comments

Comments

@yhaenggi
Copy link

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

@tenox7
Copy link
Owner

tenox7 commented May 23, 2024

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
Copy link
Author

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
Copy link
Owner

tenox7 commented Jul 9, 2024

ha, that is interesting, thank you for the link

@tenox7
Copy link
Owner

tenox7 commented Jul 9, 2024

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?

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

No branches or pull requests

2 participants