We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b8ad037 commit a8ceab8Copy full SHA for a8ceab8
build.sh
@@ -1,6 +1,6 @@
1
#
2
# Build all Versions of Up in the bin directory
3
4
-GOOS=linux GOARCH=amd64 go build -o bin/linux/go-sync-mongo
5
-GOOS=darwin GOARCH=amd64 go build -o bin/macos/go-sync-mongo
6
-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
0 commit comments