Skip to content

Commit

Permalink
add cross compile build script
Browse files Browse the repository at this point in the history
  • Loading branch information
ammario committed Apr 3, 2017
1 parent 807d22f commit 5862282
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
build/
2 changes: 2 additions & 0 deletions cmd/fp/build.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
#!/bin/bash
gox -output="build/fp_{{.OS}}_{{.Arch}}"

0 comments on commit 5862282

Please sign in to comment.