From 8fb86c13bcaa922ad97e62e0babaabbdd5e5f31e Mon Sep 17 00:00:00 2001 From: Ettore Di Giacinto Date: Sat, 3 Jun 2023 23:46:07 +0200 Subject: [PATCH] feat: Enable static builds for Linux binaries (#487) Signed-off-by: mudler --- .github/workflows/release.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index 6d564657..47057557 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -32,7 +32,7 @@ jobs: CMAKE_ARGS: "${{ matrix.defines }}" BUILD_ID: "${{ matrix.build }}" run: | - make dist + STATIC=true make dist - uses: actions/upload-artifact@v3 with: name: ${{ matrix.build }}