You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
uname # => Linux
uname -m # => aarch64
uname -v # => #8-Ubuntu SMP Sat Apr 20 02:43:14 UTC 2024
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.
The text was updated successfully, but these errors were encountered: