From ef2bccb4b21cf62a28909f348dab622a31a7c26e Mon Sep 17 00:00:00 2001 From: Lorenzo Mangani Date: Sat, 8 Jul 2023 18:45:39 +0200 Subject: [PATCH] Update release.yml --- .github/workflows/release.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index d073c23..a222b02 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -31,7 +31,6 @@ jobs: compress_assets: OFF build_flags: -buildvcs=false #ldflags: "-linkmode external -extldflags -static" - ldflags: "-extldflags=-static" - name: Log in to the Container registry uses: docker/login-action@v2.1.0