From 32780303a3d8af2e3e82c89c5df5eecdb02664cb Mon Sep 17 00:00:00 2001 From: ostiwe Date: Wed, 20 Aug 2025 02:00:54 +0300 Subject: [PATCH] fix(ci): Fix build flags --- .goreleaser.yaml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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]