Use variables in the Dockerfile in order to support multiple architectures
Closed this issue · 0 comments
phckopper commented
Currently, the armv7hf
architecture is hardcoded in our Dockerfile.template
, preventing us from running Autokit on devices that should otherwise support it.
As far as I know, there is no architecture-dependent code anywhere in this repo. @rcooke-warwick please correct me if I'm wrong. Being able to build this container on x86
architectures would speed up the development process and allow us to use the more easily sourceable Intel NUCs.
Relevant docs: https://www.balena.io/docs/learn/develop/dockerfile/