MCCTeam / Minecraft-Console-Client

Lightweight console for Minecraft chat and automated scripts
https://mccteam.github.io
Other
1.67k stars 402 forks source link

Add the ability to be able to use different platforms with the Dockerfile #2723

Closed Zorua162 closed 7 months ago

Zorua162 commented 7 months ago

Currently the example Dockerfile only works with amd64 architecture machines. This PR retains that default behaviour, however provides the ability to specify the MCC_PLATFORM environment variable, which changes the URL that the MCC release zip is downloaded from and so can be used to change the architecture to the desired one.

ReinforceZwei commented 7 months ago

Looks good, merging your PR. Thank you for your contribution.