Skip to content

Commit

Permalink
Windows releases support (#76)
Browse files Browse the repository at this point in the history
Fixes #75

Signed-off-by: Sherif Ayad <[email protected]>
  • Loading branch information
sherifkayad authored Apr 22, 2022
1 parent 5ac8fe8 commit 593ebd5
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .goreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,14 @@ builds:
- CGO_ENABLED=0
ldflags:
- -s -w -X github.com/variantdev/vals/Version={{.Version}}
goos:
- darwin
- linux
- windows
goarch:
- amd64
- arm64
- "386"
changelog:
filters:
# commit messages matching the regexp listed here will be removed from
Expand Down

0 comments on commit 593ebd5

Please sign in to comment.