palworld-server-docker
palworld-server-docker copied to clipboard
add support macOS
trafficstars
Context
- Add support macOS.
Choices
steamcmddoes not work properly on Docker in Apple Silicon environments, added two force tags(force platform type to linux and force platform bitness to 64) as it's just a command to download PalWorld dedicated server for a linux.
Test instructions
- I built my own docker image with this changes and running private server on M1 Max Mac Studio with 32GB RAM.
Checklist before requesting a review
- [X] I have performed a self-review of my code
- [X] I've added documentation about this change to the README.
- [X] I've not introduced breaking changes.
Just out of curiosity, is Docker on Mac using Rosetta 2?
@Filipe-Souza Nope, it supports Apple Silicon.
@s8ngyu In do not have an Apple Silicon mac I can try this on, however I can confirm that this still works on Linux and Windows