clansty / Q2TG

QQ 与 Telegram 群相互转发的 bot
https://t.me/Q2TGbot
GNU Affero General Public License v3.0
755 stars 77 forks source link

在arm64架构下无法运行q2tg容器 #112

Open 1826013250 opened 1 year ago

1826013250 commented 1 year ago

docker compose up -d执行完毕之后,两个容器成功创建 postgress正常,q2tg一直重启 使用docker attach <id>之后显示

Error: Unknown binaryTarget linux-arm64-openssl-undefined and no custom engine files were provided
image image image image
Nofated095 commented 1 year ago

按理来说是曾经是支持的。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 版本的。

1826013250 commented 1 year ago

感谢,希望可以支持arm64

Mystery00 commented 1 year ago

能适配arm32吗,想在树莓派上面直接跑这个