Closed rjpadilla closed 3 years ago
On line 136, the symlink pattern matches against aarch64l. Is this correct?
aarch64l
https://github.com/treehouses/builder/blob/f8551f817eb0d433fa4af63d7228aeb76e2367b2/scripts.d/20_install_do_autorun.sh#L136
Should it be changed to aarch64 or arm64?
aarch64
arm64
scripts.d/20_balena.sh also has the same naming problem.
scripts.d/20_balena.sh
On line 136, the symlink pattern matches against
aarch64l
. Is this correct?https://github.com/treehouses/builder/blob/f8551f817eb0d433fa4af63d7228aeb76e2367b2/scripts.d/20_install_do_autorun.sh#L136
Should it be changed to
aarch64
orarm64
?scripts.d/20_balena.sh
also has the same naming problem.