You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Aug 14, 2023. It is now read-only.
I really like this project and have built a 10-unit cluster of Raspberry Pi 3B+ units to run kubernetes. However, I would really like to use rook.io as storage solution which fails due to 64-bit requirements.
I found the link in the blog to the 64-bit fork, but it seems a bit stale. Thus, I am wondering if it would be possible to actually build this image for both 64-bit and 32-bit arm here?
I have a fork of my own of this repo and have tried to make a generalized build where you can choose 32-bit or 64-bit (based on the @DieterReuter 's build), but I currently stuck after running the cloud-init script during booting.
So a couple of things:
Discussion: Is a dual-architecture build version a good thing to have here?
Should I submit a PR on my not yet working attempt?