diff --git a/.goreleaser.yml b/.goreleaser.yml index 24c92d7..31287c8 100644 --- a/.goreleaser.yml +++ b/.goreleaser.yml @@ -9,18 +9,13 @@ builds: goos: - linux - darwin - - freebsd - - windows env: - CGO_ENABLED=0 archives: - replacements: darwin: Darwin linux: Linux - windows: Windows 386: i386 amd64: x86_64 checksum: - name_template: 'checksums.txt' -signs: - - artifacts: checksum \ No newline at end of file + name_template: 'checksums.txt' \ No newline at end of file