diff --git a/.goreleaser.yml b/.goreleaser.yml index 28ae8a8..e5c4f15 100644 --- a/.goreleaser.yml +++ b/.goreleaser.yml @@ -14,8 +14,26 @@ builds: - darwin - linux - windows + - freebsd goarch: - amd64 + - arm + - arm64 + - 386 + - mips64le + - s390x + goarm: + - 6 + - 7 + ignore: + - goos: darwin + goarch: 386 + - goos: freebsd + goarch: arm + - goos: freebsd + goarch: arm64 + - goos: freebsd + goarch: 386 dist: build @@ -24,6 +42,9 @@ archives: }}v{{ .Arm }}{{ end }}' wrap_in_directory: true format: zip + files: + - README.md + - LICENSE checksum: name_template: '{{ .ProjectName }}-v{{ .Version }}-checksums.txt'