palworld-server-docker icon indicating copy to clipboard operation
palworld-server-docker copied to clipboard

add support macOS

Open s8ngyu opened this issue 1 year ago • 2 comments
trafficstars

Context

  • Add support macOS.

Choices

  • steamcmd does 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

  1. 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.

s8ngyu avatar Jan 30 '24 08:01 s8ngyu

Just out of curiosity, is Docker on Mac using Rosetta 2?

Filipe-Souza avatar Jan 30 '24 13:01 Filipe-Souza

@Filipe-Souza Nope, it supports Apple Silicon.

s8ngyu avatar Jan 30 '24 14:01 s8ngyu

@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

thijsvanloef avatar Jan 31 '24 08:01 thijsvanloef