-
Notifications
You must be signed in to change notification settings - Fork 326
We have a bug with the 7.1 ( #730 ) that have been fixed in 8.1 but we cannot upgrade because the ARM arch doesn't exists for 8.x versions.
I haven't read any information about that, did you drop the ARM support ? To known if we need to re-install it on an amd64 arch.
Regards
EDIT: I've temporary cloned the repository and did a « docker build -t maddy-0.8.1-arm » from my server
All reactions
Replies: 2 comments
I haven't read any information about that, did you drop the ARM support ? To known if we need to re-install it on an amd64 arch.
Release image build is temporarily disabled due to issues with GitHub Actions. It is still possible to build the image manually.
All reactions
-
👍 1
Hi,
I am working localy, but I have managed to build easily multi-arch images of maddy. I am using the buildx docker plugin, with the bake command and bakefile that describes the thing. Also, images for other platforms are built locally with qemu (handled by builldx command).
If you are interested, I can provide you my work.
Also, I am working on a version running as non-root, and with readonly root filesystem.
My target servers are raspberry pi 4 running kubernetes (Talos linux).