Open rhinot opened 4 years ago
For transmission-openvpn the tag that would need to be used is latest-armhf which would break compatibility on x86 machines. Eventually I may make a branch for arm but right now I don't have enough time to add features. I'll leave this issue open to remind me to add it when I can.
Describe the bug Application templates rely on docker creaters to route :latest to the appropriate architecture. This fails a non-trivial amount of times for ARM
To Reproduce Steps to reproduce the behavior:
Actual behavior Container tries to run, but fails, as it's running a binary for the wrong architecture. You'll like see the following in logs:
Expected behavior Container runs without error!