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

Publish for multiple architectures? #5

Open
rgov opened this issue May 4, 2023 · 2 comments
Open

Publish for multiple architectures? #5

rgov opened this issue May 4, 2023 · 2 comments

Comments

@rgov
Copy link

rgov commented May 4, 2023

There isn't a NoVNC container image published to Docker Hub that supports arm64 (e.g., new Macs or Raspberry Pis). (The treehouse/novnc image is completely, and honestly quite impressively, broken.)

I was able to build yours and run it just fine on a Raspberry Pi 4. It would be great if you could publish the images for multiple platforms so it doesn't have to be rebuilt.

You would need to tweak your CircleCI config to use docker buildx build, something like this:

docker buildx build --platform linux/amd64,linux/arm64 --push -t theasp/novnc:latest -f Dockerfile .

The downside is that you have to build and push in a single step. And you probably need to figure out how to configure qemu-user-static and binfmt_msc -- not sure how easy that is to do on CircleCI.

@EyedBread
Copy link

Any updates regarding if there is any ready-to-go NoVNC container that support arm64 architectures?

@theasp
Copy link
Owner

theasp commented Jan 5, 2024

Sorry, I have no plans to provide this image for other architectures. I don't even use this anymore.

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

3 participants