matrix-wechat-agent
matrix-wechat-agent copied to clipboard
Build and publish arm64 docker image
Currently the container is only build for amd64.
Needs arm support in the zixia/wechat image: https://github.com/huan/docker-wechat/issues/99
Wechat Agent heavily relies on Windows i386 executables so just building an aarch64 image should not work.
There is much things to do in order to port the container to aarch64 platforms.
You are right, it's more complicated. For me https://github.com/duo/matrix-wechat-agent/blob/wxhelper/Dockerfile together with https://github.com/huan/docker-wine/pull/10 almost worked on arm64 (modulo the problems outlined in https://github.com/duo/matrix-wechat-agent/pull/7). If you are interested in this, please give it a try and report back!