forked from checkr/go-sync-mongo
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Saso Matejina
committed
Nov 1, 2016
1 parent
b8ad037
commit a8ceab8
Showing
1 changed file
with
3 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
# | ||
# Build all Versions of Up in the bin directory | ||
# | ||
GOOS=linux GOARCH=amd64 go build -o bin/linux/go-sync-mongo | ||
GOOS=darwin GOARCH=amd64 go build -o bin/macos/go-sync-mongo | ||
GOOS=windows GOARCH=amd64 go build -o bin/windows/go-sync-mongo.exe | ||
GOOS=linux GOARCH=amd64 go build -o bin/go-sync-mongo-linux-amd64 | ||
GOOS=darwin GOARCH=amd64 go build -o bin/go-sync-mongo-darwin-amd64 | ||
GOOS=windows GOARCH=amd64 go build -o bin/go-sync-mongo-windows-amd64.exe |