diff --git a/.goreleaser.yaml b/.goreleaser.yaml index 881a8ce..d7a65b8 100644 --- a/.goreleaser.yaml +++ b/.goreleaser.yaml @@ -11,9 +11,10 @@ builds: - linux - windows - darwin + - freebsd ldflags: - -s -w - - -X 'git.ostiwe.com/ostiwe-com/status/version/version.ApplicationVersion={{.Tag}}' + - -X 'git.ostiwe.com/ostiwe-com/status/version.ApplicationVersion={{.Tag}}' archives: - formats: [tar.gz]