Skip to content

Commit

Permalink
Fix vendor. Add cross-compiling scripts.
Browse files Browse the repository at this point in the history
  • Loading branch information
Maxim committed Oct 21, 2018
1 parent f039fbd commit 205be9e
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 1 deletion.
2 changes: 1 addition & 1 deletion Gopkg.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions Gopkg.toml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@
# go-tests = true
# unused-packages = true

ignored = ["github.com/AtlantPlatform/yaml", "github.com/ethereum/go-ethereum/crypto/secp256k1/libsecp256k1"]

[[constraint]]
branch = "master"
Expand Down
5 changes: 5 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -18,3 +18,8 @@ lint:

demo:
asciicast2gif -t solarized-light https://asciinema.org/a/mwGXhJ6p9hAGmiI12Dw7hxNoy.json token-demo.gif

xgo:
xgo -out bin/ethereum-playbook \
--targets=windows/386,windows/amd64,darwin/amd64,linux/amd64,linux/arm-7,linux/386 \
github.com/AtlantPlatform/ethereum-playbook

0 comments on commit 205be9e

Please sign in to comment.