Skip to content

Commit

Permalink
Add binaries for Windows (#235)
Browse files Browse the repository at this point in the history
  • Loading branch information
lucacome authored Dec 17, 2021
1 parent 632b19c commit 8977eff
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion .goreleaser.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
before:
hooks:
- make clean
- go mod tidy
- go mod verify
builds:
Expand All @@ -9,6 +8,7 @@ builds:
goos:
- linux
- darwin
- windows
goarch:
- 386
- amd64
Expand All @@ -23,12 +23,19 @@ builds:
- 7
gomips:
- softfloat
ignore:
- goos: windows
goarch: arm
flags:
- -trimpath
gcflags:
- all=-trimpath={{.Env.GOPATH}}
asmflags:
- all=-trimpath={{.Env.GOPATH}}
archives:
- format_overrides:
- goos: windows
format: zip
checksum:
name_template: 'sha256sums.txt'
changelog:
Expand Down

0 comments on commit 8977eff

Please sign in to comment.