From ac74a9b3d9c23220184154065218d7b9238f109d Mon Sep 17 00:00:00 2001 From: Marc Sluiter Date: Mon, 5 Aug 2024 09:27:16 +0200 Subject: [PATCH] Re-enable win and mac builds Signed-off-by: Marc Sluiter --- findIndexImage/.goreleaser.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/findIndexImage/.goreleaser.yaml b/findIndexImage/.goreleaser.yaml index c9bff0f..b218642 100644 --- a/findIndexImage/.goreleaser.yaml +++ b/findIndexImage/.goreleaser.yaml @@ -21,8 +21,8 @@ builds: - CGO_ENABLED=0 goos: - linux - #- windows - #- darwin + - windows + - darwin archives: - format: tar.gz