Document ARM board incompatibility #25
Labels
No Label
abra
abra-gandi
awaiting-feedback
backups
bug
build
ci/cd
community organising
contributing
coopcloud.tech
democracy
design
documentation
duplicate
enhancement
finance
funding
good first issue
help wanted
installer
kadabra
performance
proposal
question
recipes.coopcloud.tech
security
test
wontfix
No Milestone
No project
No Assignees
2 Participants
Notifications
Due Date
No due date set.
Dependencies
No dependencies set.
Reference: coop-cloud/organising#25
Loading…
Reference in New Issue
Block a user
No description provided.
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
As I've found out doing some installs, we need to check if the images being provided from the projects support ARM based builds. An example of this is https://hub.docker.com/_/traefik?tab=tags. An example of a project not doing it Keycloak (although there are community images).
Then we need to take into consideration, ARM v6/7/8 compat.
e.g. https://hub.docker.com/r/459below/mariadb-armv7/tags
Also 32/64 bit archs! This one works for 3b+:
Problematically, these other images don’t always support
_FILE
conventions :(I think overall point for now is that "no, we don't support ARM" because it would involve some serious extra resources to build up a reliable pipeline of builds which we just can't handle right now.
After speaking with some SBC people, it seems like a better idea to stick with boards that do x86 arch so you don't run into this issue. So, the original idea to get https://www.hardkernel.com/shop/odroid-h2plus/ seems to be a good one.
I'll leave this open so we can document this whenever we get public docs.
ARM board compatibilityto Document ARM board incompatibilityMaybe we can add a column for ARM support to the Coop Cloud app list tracker document? Maybe not something for the initial release tho - in which case we should update the "from a Raspberry Pi" language...