Closed thetillhoff closed 4 months ago
uname -a Linux Decarb08 5.10.16.3-microsoft-standard-WSL2 #1 SMP Fri Apr 2 22:23:49 UTC 2021 x86_64 x86_64 x86_64 GNU/Linux
And uname -m in particular returns x86_64. But the available files have amd64 in that place. Which seems to work for Darwin.
uname -m
x86_64
amd64
Fixed with https://github.com/thetillhoff/webscan/commit/454fa2ef1ba22698abaad49bcc80ba1b86398e65
And
uname -m
in particular returnsx86_64
. But the available files haveamd64
in that place. Which seems to work for Darwin.