From 237efcb10894076bda7692a88344192ddd6a3160 Mon Sep 17 00:00:00 2001 From: Alexey Skriptsov Date: Thu, 30 Mar 2023 16:14:12 +0100 Subject: [PATCH] Update release.yml --- .github/workflows/release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 3465b6bd1..b8c4cb68c 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -12,7 +12,7 @@ jobs: uses: actions/checkout@v3 - name: Build run: | - env GOOS=linux GOARCH=amd64 go build -o digger ./cmd/digger + env GOOS=linux GOARCH=amd64 CGO_ENABLED=0 go build -o digger ./cmd/digger - name: Publish linux-x64 exec to github id: upload-release-asset-linux-x64 uses: actions/upload-release-asset@v1