Skip to content
This repository has been archived by the owner on Jun 11, 2019. It is now read-only.

Commit

Permalink
DVO-6278 - Pretty up the release script
Browse files Browse the repository at this point in the history
  • Loading branch information
tim-kretschmer-c2fo committed Jun 1, 2016
1 parent b270f65 commit 42e1194
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions script/release.sh
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,10 @@ SOURCE="github.com/c2fo/gull/source/bin/gull"
export GOARCH=amd64

export GOOS=darwin
go build -o $WORK/mac/gull -v $SOURCE
go build -o $WORK/gull-mac64 -v $SOURCE

export GOOS=windows
go build -o $WORK/win/gull.exe -v $SOURCE
go build -o $WORK/gull-win64.exe -v $SOURCE

export GOOS=linux
go build -o $WORK/lin/gull -v $SOURCE
go build -o $WORK/gull-lin64 -v $SOURCE

0 comments on commit 42e1194

Please sign in to comment.