Docs for crossbuild explanation

This commit is contained in:
Vince Montalbano 2016-12-21 10:35:31 -06:00
parent ba9f296b0d
commit a1d7eb6eca
1 changed files with 1 additions and 1 deletions

View File

@ -13,7 +13,7 @@ make
## Cross Compiling
Cross compiling for things like `nodeup` can be done as follows: `GOOS=linux GOARCH=386 make nodeup`
Cross compiling for things like `nodeup` are now done automatically via `make nodeup`. `make push-aws-run TARGET=admin@$TARGET` will automatically choose the linux amd64 build from your `.build` directory.
## Troubleshooting