From 3661dc45ca5d84c8a87fb7ae4f418d2366ee976a Mon Sep 17 00:00:00 2001 From: decentral1se Date: Sun, 17 Apr 2022 23:59:32 +0200 Subject: [PATCH] add update --- docs/intro/faq.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/intro/faq.md b/docs/intro/faq.md index b115c34..2fc8748 100644 --- a/docs/intro/faq.md +++ b/docs/intro/faq.md @@ -249,3 +249,5 @@ Yes! Horizontal scaling is one of the ways Co-op Cloud can really shine. `abra` ## Why only x86 support? We would love to do ARM support and hope to get there! We've been testing this and [ran into some issues](https://git.autonomic.zone/coop-cloud/organising/issues/25). The TLDR; is that a lot of upstream libre app developer communities are not publishing container builds that support ARM. If they are, there are typically subtle differences in the conventions used to build the image as they are mostly done by community members and not directly taken on by the upstream project themselves. Since one of the core goals is to coordinate and reuse upstream packaging work, we see that ARM support requires a lot of organising and community engagement. Perhaps projects themselves will not want to take on this burden? It is not the role of the Co-op Cloud to set up an entire ARM publishing work flow at this moment in time. We see the benefits of supporting ARM and if you've got ideas / thoughts / approaches for how to make progress here, [please get in touch](/intro/contact/). + +Update: [Can I run Co-op Cloud on ARM?](/operators/handbook/#can-i-run-co-op-cloud-on-arm)