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

ARM64 support #12

Closed
develmac opened this issue Aug 29, 2021 · 6 comments
Closed

ARM64 support #12

develmac opened this issue Aug 29, 2021 · 6 comments
Labels
enhancement New feature or request

Comments

@develmac
Copy link

Is your feature request related to a problem? Please describe.
It would be great to run this image on ARM64 based systems like Raspberries or Apple devices

Describe the solution you'd like
Run it on ARM.

Describe alternatives you've considered
Build image on own.

@scottyhardy
Copy link
Owner

I still only have an Intel based Mac, so I'm not sure if just building for ARM is all I need to do for Apple silicon... I'll have to research it, but it's something I'll keep in mind while I'm looking for a new host for my automated builds

@scottyhardy scottyhardy added enhancement New feature or request help wanted Extra attention is needed labels Dec 4, 2021
@scottyhardy scottyhardy removed the help wanted Extra attention is needed label Dec 7, 2021
@scottyhardy
Copy link
Owner

Hi @maconic

I’ve just added arm64 to the builds, which from what I’ve read should enable Apple M1 Macs to run the container without needing Rosetta to emulate an Intel CPU, as well as other ARM-based machines.

@develmac
Copy link
Author

develmac commented Dec 7, 2021

@scottyhardy great, thank you! I don't have an ARM Mac yet, but I have a k8s cluster on ARM (Raspberry4), I will give it a try!

@develmac
Copy link
Author

I can report that it nicely runs on ARM64! Tested it on my k8s cluster, running on Raspberry4s. Btw. can I somehow have multiple connections from RDP? Can I mount a volume to make things persistent? I guess I will dig more into this now that it runs! THX!

@scottyhardy
Copy link
Owner

Hi @maconic - thanks for the feedback, glad it's working for you. I've been playing around a little with k8s lately and using pvc to persist the user files is one of the things on my list of to-dos. RDP can service multiple concurrent users with their own sessions if that's what you're asking - that's one of the (many) reasons why I opted for RDP over VNC.

@develmac
Copy link
Author

develmac commented Dec 15, 2021

@scottyhardy Yes it works great, really cool! Thank you! I am using NFS as a persistence engine on my k8s and will try it as a home directory for the image! I was thinking about connecting multiple sessions for the same user (kind of like a kiosk usage), but I guess that is not really the intended way of RDP. The great news for me is that RDP works really well on Samsung Tizen TVs.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants