Skip to content

Commit

Permalink
Merge pull request #3 from getlantern/2081
Browse files Browse the repository at this point in the history
getlantern/lantern#2081 Removed arm from cross-compile
  • Loading branch information
oxtoacart committed Dec 17, 2014
2 parents 32bf481 + bb0d2d6 commit fb277e8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/github.com/getlantern/flashlight/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ go wherever you like. Ox keeps his at ~/go_native.
go get github.com/mitchellh/gox
go get github.com/getlantern/gonative
cd ~
gonative -version="1.3.3" -platforms="darwin_amd64 linux_386 linux_amd64 linux_arm windows_386"
gonative -version="1.3.3" -platforms="darwin_amd64 linux_386 linux_amd64 windows_386"
mv go go_native
```
Expand Down
2 changes: 1 addition & 1 deletion src/github.com/getlantern/flashlight/crosscompile.bash
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@

VERSION="`git describe --abbrev=0 --tags`"
BUILD_DATE="`date -u +%Y%m%d%.%H%M%S`"
gox -ldflags="-w -X main.version $VERSION -X main.buildDate $BUILD_DATE" -osarch="linux/386 linux/amd64 windows/386 darwin/amd64 linux/arm"
gox -ldflags="-w -X main.version $VERSION -X main.buildDate $BUILD_DATE" -osarch="linux/386 linux/amd64 windows/386 darwin/amd64"

0 comments on commit fb277e8

Please sign in to comment.