Fix helper-bin-host target

There were two problems with the original target:

  • GOOS was not specified
  • GOARCH was set to uname -m, which is x86_64, which is wrong. amd64 is the right GOARCH.

Merge request reports

Loading