diff --git a/.goreleaser.yml b/.goreleaser.yml index ec2f13f..bb994a8 100644 --- a/.goreleaser.yml +++ b/.goreleaser.yml @@ -24,6 +24,8 @@ builds: ignore: - goos: darwin goarch: '386' + - goos: freebsd + goarch: arm64 binary: '{{ .ProjectName }}_v{{ .Version }}' archives: - format: zip