-
-
Notifications
You must be signed in to change notification settings - Fork 29
New issue
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
ARM机器上无法启动 #3
Comments
arm 镜像是GitHub Action 自动构建的,wine 等并没有针对 arm 做适配,我也没法对其适配(没 arm 的机子,也不保证我有能力进行适配) 如有能力可以参考: https://wiki.winehq.org/Emulation |
理论上你只需要参考本文: https://www.kali.org/docs/arm/x86-on-arm/ sudo apt install -y qemu-user-static binfmt-support
sudo dpkg --add-architecture amd64 添加好 qemu x86_64 支持 然后强制拉取运行 x86_64 的镜像,就可以在 甲骨文arm 上运行本镜像,参考 https://stackoverflow.com/questions/65612411/forcing-docker-to-use-linux-amd64-platform-by-default-on-macos 更多细节自行研究。 也欢迎在本条下回复说明你具体适配的过程,完善更多细节方便后人 |
我在docker compose文件里加了
|
你这个Dockerfile怎么修改来支持的qemu x86_64,我也想试试 |
借用box86+wine已实现arm版,可正常运行微信,注入hook |
大佬写个教程 |
基于ARM架构适配的docker微信机器人,欢迎大佬们享用: |
The text was updated successfully, but these errors were encountered: