diff --git a/.goreleaser.yml b/.goreleaser.yml index e7469a1..ad8d08c 100644 --- a/.goreleaser.yml +++ b/.goreleaser.yml @@ -6,6 +6,7 @@ builds: goos: - darwin - linux + - windows goarch: - amd64 env: @@ -15,7 +16,7 @@ archives: replacements: darwin: Darwin linux: Linux - 386: i386 + windows: Windows amd64: x86_64 checksum: name_template: 'checksums.txt'