Elbarae Rguig

Results 5 comments of Elbarae Rguig
trafficstars

Make sure to change this line in the Dockerfile tho ```diff RUN CGO_ENABLED=0 \ GOOS=linux \ - GOARCH=amd64 \ + GOARCH=arm64 \ go build -o screeps-launcher ./cmd/screeps-launcher ``` Otherwise you'll...

Seeing as how there hasn't been much activity on this, I took the liberty of submitting a PR #296.

yes as long as you specify `ARCH: arm64` in the compose file. or change the default value in the Dockerfile. that should work

Are there any particular changes to be made on the server? I'm still experiencing this same issue ![Screenshot 2023-11-17 at 01 46 09](https://github.com/laverdet/screeps-steamless-client/assets/44276243/c4262539-8007-4997-b29e-a98617628790) in my case this is what `serverData.shards`...

Hey there, I ran into this same issue so I tried looking into it. I've created a PR => #229