diff --git a/.gitignore b/.gitignore index 53fe3b5..1faa9a6 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1,3 @@ dist/ +.idea/ VERSION diff --git a/.goreleaser.yml b/.goreleaser.yml index b3074ca..22cee29 100644 --- a/.goreleaser.yml +++ b/.goreleaser.yml @@ -8,6 +8,9 @@ builds: goarch: - amd64 - 386 + ignore: + - goos: freebsd + goarch: arm64 ldflags: - -s -w -X main.version=v{{.Version}}