doctorray117 / minecraft-ondemand

Templates to deploy a serverless Minecraft Server on demand in AWS
Apache License 2.0
1.68k stars 115 forks source link

fix: specify amd64 target platform for watchdog image #57

Closed GregCKrause closed 1 year ago

GregCKrause commented 1 year ago

Description

Specifies what CPU architecture the image should be built for. This change sets the target platform to match the default Fargate task definition CPU architecture. I have tested watchdog build using an ARM64 system, with working server results.

Related

I believe this resolves the following issues:

Disclosure

While I don't believe this should be a breaking change, I have not tested build from non-arm64 system.

joeyparis commented 1 year ago

Was this closed intentionally? This pull request is critical for deploying from an M-series Mac

sockethunter commented 1 year ago

I had this exact issue on developing with an M1 mac. I don't see an issue with this approach. +1