balena-electronjs icon indicating copy to clipboard operation
balena-electronjs copied to clipboard

Architect a better way of handling architecture-specific dependencies

Open curcuz opened this issue 6 years ago • 1 comments

a clear example of the problem to attack is that we have an intel branch with intel graphics specific dependencies. This approach is far from ideal because every time master gets updated, the arch branches need to be rebased against it

curcuz avatar May 09 '18 14:05 curcuz

Looking at https://github.com/resin-io/resin-electronjs/compare/intel , maybe this could be handled by architecture-specific Docker files, generated from a common template, like Etcher uses? :man_shrugging: https://github.com/resin-io/etcher/tree/master/scripts/build/docker

lurch avatar May 16 '18 12:05 lurch