Skip to content

Commit

Permalink
gorelease: Add releases for Linux and Windows
Browse files Browse the repository at this point in the history
  • Loading branch information
christophetd committed Jan 19, 2022
1 parent df77606 commit eafe376
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
.idea
bin
**/.terraform

dist/
4 changes: 2 additions & 2 deletions .goreleaser.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@ builds:
- env:
- CGO_ENABLED=0
goos:
#- linux
#- windows
- linux
- windows
- darwin
ldflags:
- -X main.BuildVersion={{.Version}}
Expand Down

0 comments on commit eafe376

Please sign in to comment.