Q2TG
Q2TG copied to clipboard
在arm64架构下无法运行q2tg容器
docker compose up -d
执行完毕之后,两个容器成功创建
postgress正常,q2tg一直重启
使用docker attach <id>
之后显示
Error: Unknown binaryTarget linux-arm64-openssl-undefined and no custom engine files were provided




按理来说是曾经是支持的。https://github.com/Clansty/Q2TG/blob/c8a0cf4c6a8899cf73a18856db4037aa141f59a7/.github/workflows/main.yml#L48
但根据目前的代码,
https://github.com/Clansty/Q2TG/blob/2b6e7af6a128204d354b1e37a76cb5d5f8360942/.github/workflows/main.yml#L19
没办法,目前构建 Docker Image 的时候只设置了 x86_64,如果有机会的话可能会试试做 arm64 版本的。
感谢,希望可以支持arm64
能适配arm32吗,想在树莓派上面直接跑这个