Sunday 14 February 2021

Multi-arch Docker Container Builds - Part 2

 And so I found problems.......

On my PC I also run Wine and it has some major issues with the binfmt loader

Every time the buildx.service is started it messes up wine and it wont run.


Easy solution, just change the "--install all" to be a list of emulators that you actually want :)

For me it becomes "--install arm,arm64"


Easy as

No comments:

Post a Comment