Skip to content

Commit

Permalink
Build windows binaries
Browse files Browse the repository at this point in the history
  • Loading branch information
bastjan committed Jan 24, 2024
1 parent 0ff9a35 commit 502a817
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .goreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ builds:
goos:
- linux
- darwin
- windows
goarm:
- "8"

Expand Down
2 changes: 1 addition & 1 deletion install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@ trap cleanup EXIT ERR

pushd "$tmpDir" >& /dev/null

opsys=linux
opsys=windows
if [[ "$OSTYPE" == linux* ]]; then
opsys=linux
elif [[ "$OSTYPE" == darwin* ]]; then
Expand Down

0 comments on commit 502a817

Please sign in to comment.