coreos / torus

Torus Distributed Storage
https://coreos.com/blog/torus-distributed-storage-by-coreos.html
Apache License 2.0
1.78k stars 172 forks source link

Add cross compile support #286

Closed glevand closed 8 years ago

glevand commented 8 years ago

A few small changes to allow for cross compiling.

Typical usage would be make V=1 BUILD_ENV_FLAGS="GOARCH=arm64"

glevand commented 8 years ago

@barakmich bump

barakmich commented 8 years ago

Sure. goxc does all this for releases, but here's to doing it ad hoc!