Skip to content

Commit

Permalink
Fix GOARCH for linux
Browse files Browse the repository at this point in the history
  • Loading branch information
pushm0v committed Apr 13, 2018
1 parent 8ba237b commit c2fcab6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ install:

script:
- go test ./...
- GOOS=linux GOARCH=arm go build -o barito-flow-linux
- GOOS=linux GOARCH=amd64 go build -o barito-flow-linux
- GOOS=darwin GOARCH=amd64 go build -o barito-flow-darwin
- ls # debug purpose

Expand Down

0 comments on commit c2fcab6

Please sign in to comment.