@fbartels Ah, man, it's been a while since I've packaged a cloudron app, of course. My bad.
Yeah, then we'd need to rebuild every app, which is certainly a lot of work.
What about this:
we make cloudron base images multi-arch (should be easy enough)
we change the way we package apps that have docker images to use multiple FROM statements, using upstream images to copy stuff to cloudron's base image on the correct architecture
Not sure this is the way to go, just a thought. Does this make any sense to you guys?
Edit: I might try to package something over the weekend like this just to try it out...