Fixed docker builds for arm64 and updated docker documentation
Might need @PotatoCider to review changes in .dockerignore for the possibility that dependencies are added in the future.
What broke with --platform?
IIRC, he couldn't build an arm64 image on his Raspberry Pi. You can refer to the discord conversation we had here: https://discord.com/channels/479657350043664384/711282444933791774/1064342428674445424
@PotatoCider is this still relevant given the recent docker changes?
Nope not relevant. The changes in .dockerignore are no longer needed, and the documentation is already correct. The only valid change is in the Dockerfile, which logs the platforms supported if an unsupported platform is provided.
Closing in lieu of the new wiki and related docker changes