Skip to content

Commit

Permalink
fix the name of the binary
Browse files Browse the repository at this point in the history
  • Loading branch information
willyrgf committed Oct 25, 2020
1 parent 2830155 commit 1439600
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.sh
100644 → 100755
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,5 @@ pGOOS=(linux freebsd)
GOARCH=amd64

for GOOS in "${pGOOS[@]}"; do
GOOS="$GOOS" GOARCH="$GOARCH" go build -o bin/rerest-"$GOOS"-"$GOARCH"
GOOS="$GOOS" GOARCH="$GOARCH" go build -o bin/pgsync-"$GOOS"-"$GOARCH"
done

0 comments on commit 1439600

Please sign in to comment.