Fix helper-bin-host target
There were two problems with the original target:
- GOOS was not specified
- GOARCH was set to
uname -m, which isx86_64, which is wrong.amd64is the right GOARCH.
There were two problems with the original target:
uname -m, which is x86_64, which is wrong.
amd64 is the right GOARCH.