Skip to content

Commit

Permalink
Add windows to goreleaser config (#188)
Browse files Browse the repository at this point in the history
  • Loading branch information
rounak-adhikary authored Mar 26, 2024
1 parent 6824ac5 commit 1694375
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .goreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ builds:
- '-s -w -X main.version={{.Version}} -X main.commit={{.Commit}}'
goos:
- freebsd
- windows
- linux
- darwin
goarch:
Expand All @@ -42,6 +43,6 @@ release:
- glob: 'terraform-registry-manifest.json'
name_template: '{{ .ProjectName }}_{{ .Version }}_manifest.json'
# If you want to manually examine the release before its live, uncomment this line:
draft: true
# draft: true
changelog:
skip: true

0 comments on commit 1694375

Please sign in to comment.