matrix-wechat-agent icon indicating copy to clipboard operation
matrix-wechat-agent copied to clipboard

Build and publish arm64 docker image

Open tobiasdiez opened this issue 1 year ago • 2 comments

Currently the container is only build for amd64.

Needs arm support in the zixia/wechat image: https://github.com/huan/docker-wechat/issues/99

tobiasdiez avatar Mar 24 '24 12:03 tobiasdiez

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.

cmd2001 avatar Sep 23 '24 08:09 cmd2001

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!

tobiasdiez avatar Sep 23 '24 10:09 tobiasdiez