Skip to content

Commit

Permalink
Revert "Exclude build step for Windows (#107)"
Browse files Browse the repository at this point in the history
This reverts commit 80829a1.
  • Loading branch information
nakabonne committed Jun 2, 2021
1 parent 80829a1 commit 94f38ab
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .goreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ builds:
- freebsd
- darwin
- linux
#- windows
- windows
goarch:
- amd64
- arm
Expand All @@ -25,6 +25,10 @@ builds:
- CGO_ENABLED=0
ldflags: -s -w -X main.version={{.Version}} -X main.commit={{.ShortCommit}} -X main.date={{.Date}}

archives:
- replacements:
386: 32-bit

checksum:
name_template: 'checksums.txt'

Expand Down

0 comments on commit 94f38ab

Please sign in to comment.