-
-
Notifications
You must be signed in to change notification settings - Fork 34
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
Extend base img with other base architecture #188
Comments
Indeed - to my understanding the main challenge is that wine will not work on architectures other than amd64/i386 as it requires having i386 binaries for now. This is currently being addressed with the WoW64 effort. In #176 I've prepared a Docker image which uses it, but it doesn't work with MTGO so far. Yet, it will probably work in a near future with next wine releases. Alternatively, it may be possible to run i386 Docker images on M1/others using emulation. There have been some discussions about it in #116 , but with no success so far to my knowledge. |
With the latest wine 9.0-rc1, we can start hoping for native arm64 wine for executing mtgo. git clone -b wow64-multi https://github.com/pauleve/docker-mtgo.git docker-mtgo64
cd docker-mtgo64
git submodule update --init
make -C docker-wine
make If successful, you can then try in the
Alternatively, to try emulating amd64 imaged, the following setup might work:
Then try |
Thanks for the debug! I'll try to cross-build the arm image here to test. |
The base architecture is the linux/386 architecture. However if you want to execute the application on a Mac Pro, then we need to support provide a base img built on a linux/arm64/v8 machine (or at least support the architecture).
Should be done easily, let me know, if I can help
The text was updated successfully, but these errors were encountered: