truechain / truechain-consensus-core

TrueChain Consensus Protocol: Minerva
Apache License 2.0
161 stars 70 forks source link

Support cross compile in toolchain container #62

Closed hixichen closed 6 years ago

hixichen commented 6 years ago

Modify the dockerfile to let the toolchain container support for cross-compile with cgo.

$hmake darwin
$hmake linux

TODO: $hmake arm $hmake windows

arcolife commented 6 years ago

fixes #27