From 7a7baaa82e163b970a6947e161a1f49ba4e55caf Mon Sep 17 00:00:00 2001 From: GPaulH <159654544+GPaulH@users.noreply.github.com> Date: Wed, 31 Jul 2024 17:17:43 +0300 Subject: [PATCH] Adding static linking so that it will be more portable --- .github/workflows/mconnect-release.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/mconnect-release.yaml b/.github/workflows/mconnect-release.yaml index d3ea19e..862d8d6 100644 --- a/.github/workflows/mconnect-release.yaml +++ b/.github/workflows/mconnect-release.yaml @@ -20,7 +20,7 @@ jobs: - name: Build run: | cd tools/mconnect - go build -o mconnect + CGO_ENABLED=0 go build -o mconnect - name: Get version id: get_version