Loïc Paulevé
Loïc Paulevé
Updates wine to 7.17 ``` ./run-mtgo --update --test panard/mtgo:pr ```
The script will probably fail if the host is using Wayland instead of X11. Graphical system can be detected using `loginctl show-session $(loginctl | grep $(whoami) | awk '{print $1}')...
Following #8 and https://stackoverflow.com/questions/40136606/how-to-expose-audio-from-docker-container-to-a-mac/40139001 it should be possible to offer sound for macOS user.
Use WOW64 wine build from https://github.com/pauleve/docker-wine-wow64 with possible future multiarch support. This should enable running MTGO on arm64 platforms. (chromebooks, Mac M1, ..) and superseeds #176 Instructions on amd64 platforms:...
Updates wine to 9.7-wow64 using Docker image from https://github.com/pauleve/docker-wine-wow64 ``` ./run-mtgo --update --test panard/mtgo:pr ```
For security reasons, the actions running from external PRs do not get access to secrets, and thus cannot login to hub.docker. We should disable this step with external PRs.
We should make clear what are the licences of the different tools distributed. And maybe add a licence for using the docker image itself.
Guix (https://guix.gnu.org/) provides a strong package manager tailored for reproductibility. It seems an interesting alternative to conda, and gives a clean way to rebuild old images. The main bottleneck is...
We could use workflows to periodically rebuilding and testing old images, using the https://github.com/colomoto/colomoto-docker/tree/history branch.