From 538e2f69de5d0c2c616ca4257302ce1f72073d1f Mon Sep 17 00:00:00 2001 From: abs3nt Date: Sat, 20 Jul 2024 11:01:41 -0700 Subject: [PATCH] fix --- .goreleaser.yaml | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/.goreleaser.yaml b/.goreleaser.yaml index f58ed3b..592e3b2 100644 --- a/.goreleaser.yaml +++ b/.goreleaser.yaml @@ -8,9 +8,7 @@ before: - go mod tidy builds: - - env: - - CGO_ENABLED=0 - goos: + - goos: - linux - windows - darwin @@ -18,7 +16,7 @@ builds: - goos: windows goarch: "386" ldflags: - - -s -w -X git.asdf.cafe/abs3nt/wallhaven_dl/main.Version={{.Version}} + - -s -w -X main.Version={{.Version}} archives: - format: tar.gz