MycroftAI / docker-mycroft

Mycroft Development Environment inside Docker!
97 stars 63 forks source link

[REQUEST] docker for arm64 #65

Open dony71 opened 4 years ago

dony71 commented 4 years ago

Notice docker only for amd64 architecture Is it possible to make docker for arm64?

forslund commented 4 years ago

I'm moving this over to the docker-mycroft repo. There are ongoing discussions there for armhf as well.

japtain-cack commented 3 years ago

So, I didn't realize there was no support for this. I just updated my saltstack, found that some necessary docker features aren't supported in the docker-formula, spent hours updating their code, submitted PRs, and then I find this just now haha...

alsotoes commented 2 years ago

I don't know if this worked or not in the past but today I just changed the Dockerfile first line:

alvaro@silvia:~/docker-mycroft $ diff Dockerfile arm64v8.Dockerfile 
1c1
< FROM ubuntu:18.04
---
> FROM arm64v8/ubuntu:18.04

And seems like everything is working fine.