netbrain / zwift

Easily zwift on linux
The Unlicense
265 stars 28 forks source link

How can I use this on an ARM machine? #27

Closed fredpeertje closed 1 year ago

fredpeertje commented 1 year ago

I tried to run your docker image on an aarch64 Linux Ubuntu 20.04 LTS but get the following error:

The requested image's platform (linux/amd64) does not match the detected host platform (linux/amd64/v8)

How can I use this Docker project on an ARM machine?

netbrain commented 1 year ago

You will have to build it the entire thing for arm. This would actually be a good improvement, and would involve the use of matrices in the github actions yaml. Would also probably have to rebuild the wine container aswell.

I'll be happy to take a PR on this, and also help you along the way.

netbrain commented 1 year ago

https://github.com/AndreRH/hangover might be of use.

netbrain commented 1 year ago

Could be fixed through #28