We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
docker compose up -d执行完毕之后,两个容器成功创建 postgress正常,q2tg一直重启 使用docker attach <id>之后显示
docker compose up -d
docker attach <id>
Error: Unknown binaryTarget linux-arm64-openssl-undefined and no custom engine files were provided
The text was updated successfully, but these errors were encountered:
按理来说是曾经是支持的。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 版本的。
Sorry, something went wrong.
感谢,希望可以支持arm64
能适配arm32吗,想在树莓派上面直接跑这个
No branches or pull requests
docker compose up -d
执行完毕之后,两个容器成功创建postgress正常,q2tg一直重启
使用
docker attach <id>
之后显示The text was updated successfully, but these errors were encountered: