Multi-architecture "blocks"

Hi all,

I am trying to put some more Balena blocks together.

Can somebody signpost me to information on how to build blocks for multiple architectures and reference them in this way?

Thanks!

Alex

1 Like

Hey there @ajlennon, multi-architecture blocks and apps is a feature we are still working on but you can see and comment on the roadmap item here.

In the meantime, we suggest making a separate block for each architecture you want to support as shown in the examples in the docs.

One way you can automate pushing releases to all blocks at once is with the deploy-to-balena GitHub action like I’ve done here.

Hopefully that helps to get you started developing your own blocks. As soon as we have more information on multi-architecture fleets we will update the roadmap item!

1 Like

Oh nice! Thanks for that @klutchell I didn’t know about that