From 5f7e9b779e3ba1a0eea2fd6046722306868c66ce Mon Sep 17 00:00:00 2001 From: maxgallup Date: Wed, 5 Nov 2025 11:34:09 +0100 Subject: [PATCH] fix: attempting to build roverctl statically --- .github/workflows/build-and-upload.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/build-and-upload.yaml b/.github/workflows/build-and-upload.yaml index 762ed51..02853fa 100644 --- a/.github/workflows/build-and-upload.yaml +++ b/.github/workflows/build-and-upload.yaml @@ -53,6 +53,7 @@ jobs: - name: Build binaries for linux and macos (amd64 and arm64) env: VERSION: ${{ env.VERSION }} + CGO_ENABLED: 0 # This ensures that the binary is statically linked. working-directory: roverctl/src run: | BUILD_DIR=../bin/