RayNieport / mconBot

A bot to interact with your Minecraft server - from Discord!
Other
19 stars 4 forks source link

(Docker) ARM architecture not supported by this script #1

Closed Zlendy closed 3 years ago

Zlendy commented 3 years ago

I have tried to run this script with Docker on my Raspberry Pi only to find out that apparently "it is not supported". image However, when I clone the repository and execute it manually everything seems to work well.

RayNieport commented 3 years ago

Thanks for testing! I have a Pi as well, but I've only tested the Docker image on x86 machines so far. This must be some issue with the way I created the Docker image, because Python and all the other dependencies should run fine on ARM. I'll load it up on my Pi this week and see if I can create a working Docker image to support the ARM architecture.

RayNieport commented 3 years ago

Okay, the Docker image should now support arm64. I was originally using the 'python:3.8-slim' base image, but I encountered some issues when building and had to swap to the 'alpine:3.13' base instead. I'll update the Dockerfile shortly to reflect my changes.

Would you mind pulling to make sure everything works now? I tested on my Pi 3B+ but it's always nice to have a second set of eyes.

Zlendy commented 3 years ago

As expected, it's working now. I would also suggest you to add tags to indicate the architectures that are supported.