Skip to content

Commit

Permalink
fix: Build windows binary (#314)
Browse files Browse the repository at this point in the history
Build windows binary
  • Loading branch information
dbolson authored Jun 4, 2024
1 parent 6a47048 commit 282550e
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .goreleaser.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,11 @@ builds:
- id: ldcli
binary: ldcli
goos:
- linux
- darwin
- linux
- windows
goarch:
- 386
- amd64
- arm64
env:
Expand Down

0 comments on commit 282550e

Please sign in to comment.