:: commit 343c7587bbfb24727fbdf6b3eb5aeee095a85925

Kamila Szewczyk <27734421+kspalaiologos@users.noreply.github.com> — 2022-10-28 13:02

parents: f48e6eb181

Static linux builds by default

diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml
index 1503c64..819e0d8 100644
--- a/.github/workflows/release.yml
+++ b/.github/workflows/release.yml
@@ -54,7 +54,7 @@ jobs:
       fail-fast: false
       matrix:
         target:
-          - [ "x86_64-linux", "", "" ]
+          - [ "x86_64-linux", "--enable-static-exe", "" ]
           - [ "x86_64", "CC=x86_64-w64-mingw32-gcc --host x86_64-w64-mingw32 --enable-static-exe", "gcc-mingw-w64-x86-64" ]
           - [ "i686", "CC=i686-w64-mingw32-gcc --host i686-w64-mingw32 --enable-static-exe", "gcc-mingw-w64-i686" ]
     steps:
tab: 248 wrap: offon