Skip to content
This repository has been archived by the owner on Oct 27, 2024. It is now read-only.

Commit

Permalink
Better build script
Browse files Browse the repository at this point in the history
  • Loading branch information
trading-peter committed Apr 13, 2021
1 parent 5e67aed commit 926826a
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions build.sh
Original file line number Diff line number Diff line change
@@ -1,4 +1,8 @@
#!/bin/bash
rm ftx-auto-lend-mac.zip
rm ftx-auto-lend-linux.zip
rm ftx-auto-lend-win.zip

GOOS=darwin GOARCH=amd64 go build -o ftx-auto-lend-mac
GOOS=linux GOARCH=386 go build -o ftx-auto-lend-linux
GOOS=windows GOARCH=386 go build -o ftx-auto-lend-win.exe
Expand Down

0 comments on commit 926826a

Please sign in to comment.