Skip to content

Commit

Permalink
Support windows (#76)
Browse files Browse the repository at this point in the history
  • Loading branch information
mryanmurphy authored Jan 26, 2022
1 parent 9f9aeda commit c3baec1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions release.sh
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ GOOS=darwin GOARCH=amd64 go build -o "dist/darwin-amd64"
GOOS=darwin GOARCH=arm64 go build -o "dist/darwin-arm64"
GOOS=linux GOARCH=386 go build -o "dist/linux-i386"
GOOS=linux GOARCH=amd64 go build -o "dist/linux-amd64"
GOOS=windows GOARCH=386 go build -o "dist/windows-i386"
GOOS=windows GOARCH=amd64 go build -o "dist/windows-amd64"
GOOS=windows GOARCH=386 go build -o "dist/windows-i386.exe"
GOOS=windows GOARCH=amd64 go build -o "dist/windows-amd64.exe"

gh release create $tag ./dist/* --title="${tag}" --notes "${tag}"

0 comments on commit c3baec1

Please sign in to comment.