@starfallenAlist文档里的默认docker镜像怎么是Arm64? 中发帖

今天打算更新下Alist,好久没碰。之前是直接docker run跑起来的,这次打算直接迁移到docker compose,结果参考文档的yml文件配置,跑起来直接报 
The requested image's platform (linux/arm64) does not match the detected host platform (linux/amd64/v3) and no specific platform was requested
跑Docker Hub看了一眼,发现默认文档里写的alist666/alist只有Arm64构建,得原来的Xhofe/alist才有amd64。但文档里没有任何说明?一开始看到这个镜像,我因为看到过Alist被下架过的消息,以为是换了个新的。结果原来镜像还在,不清楚为啥文档要这样写。
但只有Github仓库的Discussion里面有个疑...