cross-compiling `gotip`
orangecms opened this issue · 1 comments
orangecms commented
To build gotip
, one attempt was to cross-compile it in bootstrap.sh
, and to specify GOBIN
to install it. Unfortunately, Go doesn't allow that, so we removed it again in #940.
@rminnich proposed to consider directory structures such as
util/linux_amd64/bin/...
util/plan9_amd64/bin/...
Let's see what we come up with. :)
github-actions commented
Issue is outdated