moovweb / gvm

Go Version Manager
http://github.com/moovweb/gvm
MIT License
10.32k stars 538 forks source link

cross compilation #34

Open stephanos opened 11 years ago

stephanos commented 11 years ago

It would be great if GVM supported cross compiling. As far as I can see this would fit pretty good with the current workflow.

There could be a command like

gvm target use linux-amd64

and when the binaries have not yet been created they are automatically built right afterwards.

brendensoares commented 11 years ago

Interesting, but what would the use case be for this?

rafecolton commented 11 years ago

Raspberry Pi for one

mdayaram commented 11 years ago

Interesting. There's some good info here on making that happen: http://dave.cheney.net/2012/09/08/an-introduction-to-cross-compilation-with-go

jbussdieker commented 11 years ago

I really like the idea. It would take some work to implement but the pull request would be welcomed with open arms ;). If I didn't have my hand full already I would be all over this.

BenKnigge commented 4 years ago

There hasn't been any activity on this in the past 6+ years. Is anyone still interested in this?