From b54883909549066411ec64e58022c6a6f1f272dc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bahattin=20=C3=87ini=C3=A7?= Date: Fri, 31 May 2024 13:28:30 +0300 Subject: [PATCH] try to fix --- .github/workflows/release.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index b5f1e7e..2151f7e 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -28,7 +28,7 @@ jobs: needs: tag strategy: matrix: - goos: [darwin, linux, windows] + goos: [darwin] steps: - name: Checkout uses: actions/checkout@v2 @@ -54,6 +54,7 @@ jobs: - name: Build Release Binary run: | echo "Building for ${{ matrix.goos }}..." + go env -w CGO_ENABLED=1 GOOS=${{ matrix.goos }} GOARCH=amd64 go build -tags=prod -o fitwave ./cmd/fitwave ls -lh file fitwave