Open kitsuyui opened 2 months ago
I have already forked to https://github.com/kitsuyui/discord-vc-notification and will try to create a Pull Request if I have the time.
Sorry, I didn't notice until I posted this Issue.
It was enough to have qemu-user-static
installed.
If qemu-user-static
is installed, Docker can run an image of linux/amd64 on a host of linux/aarm64.
In other words, the problem is simply that the image being executed is not optimized for the host.
It's not a big problem.
I have been using your bot for a long time and have been running it on Docker. It's always helpful. Thank you. The environment I'm running is Docker on an M1 Mac. However, I encountered an error when I tried to migrate to another platform.
Environment Information
Error content
This seems to be because the Docker image is built for x86_64 and does not work on aarch64.
It would be helpful if you could support linux/arm64 as well as linux/amd64.