Conversation
|
The pipeline failure does not seem to have anything to do with my changes. Perhaps the the Docker 29 release two weeks ago broke the integration test with dind? |
stepchowfun
left a comment
There was a problem hiding this comment.
You're right about the CI! I re-ran the job on the main branch and got the same error. I looked into it and found that Docker v29 changed some things (and removed some things that apparently have been deprecated for a long time) in ways that break Docuum. This PR should fix that.
|
Thank you @swnf for your contribution! In truth, I'm not planning to maintain support for ARMv7, which is an aging platform (even though there are Raspberry Pi clusters still using it). If you want, I can publish a single release with this architecture, but I don't intend to support it in the future. |
|
I totally understand that. I'll make my own build for arm32. |
Adds support for ARMv7 (32-bit) processors like in the Raspberry Pi 2 Model B v1.1
Status: WIP