Closed solskogen closed 5 years ago
@solskogen can you explain why?
Are you running this on a distribution that doesn't support arch
?
Not every distribution comes with "arch", which is used in buildme.
Which distribution are you using that doesn't have arch?
Arch Linux ARM and Manjaro (which is based on Arch) doesn't come with 'arch', but when replaced with $(uname -m) it works perfectly.
See https://github.com/raspberrypi/userland/issues/590 for context.
LGTM.
Since
man arch
says "arch - print machine hardware name (same as uname -m)" this LGTM.