feat: Enable static builds for Linux binaries (#487)

Signed-off-by: mudler <mudler@mocaccino.org>
renovate/github.com-imdario-mergo-1.x
Ettore Di Giacinto 1 year ago committed by GitHub
parent 05edf59c91
commit 8fb86c13bc
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      .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 }}

Loading…
Cancel
Save