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
Currently our multi platform support is based around using lowest common denominator for building docker images. For example, building armv6 for armv6, armv6 and aarch64 based devices.
Whilst this works, we now need to support some other non-compatible arch types such as amd64 / x86_64 where this will not work.
Both balena and docker have ways of dealing with this kind of thing such as...
With some of these we can build different images for different architectures as well as pull in different ones for different builds, without maintaining multiple repos.
We need to investigate these in more detail and pull together a plan for multi arch support
The text was updated successfully, but these errors were encountered:
Currently our multi platform support is based around using lowest common denominator for building docker images. For example, building armv6 for armv6, armv6 and aarch64 based devices.
Whilst this works, we now need to support some other non-compatible arch types such as amd64 / x86_64 where this will not work.
Both balena and docker have ways of dealing with this kind of thing such as...
Docker:
Balena:
With some of these we can build different images for different architectures as well as pull in different ones for different builds, without maintaining multiple repos.
We need to investigate these in more detail and pull together a plan for multi arch support
The text was updated successfully, but these errors were encountered: