Open juliendiot42 opened 4 months ago
I didn't dig much but this is probably related to how the docker image is build.
Currently I build the docker image "by hand" and I indeed do not specify any --platform
.
I am planning to change the flow to build (and deploy) the images from the CI directly and this issue can be handle at this moment.
I would like to do that with nix (like I do for https://github.com/ut-biomet/PlantBreedGame-HelperApp) but I should first create a proper nix package.
Since this do not seems to be blocking it can wait.
The image building system have been switched from docker to nix. I don't know if this trouble is still there (probably).
A user on Mac OS with M chip reported a warning message after running the
docker run
command:This do not seems to be blocking as this user reported the game can still run.