We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8283a8d commit 3c588baCopy full SHA for 3c588ba
.github/workflows/build-release.yaml
@@ -35,6 +35,8 @@ jobs:
35
- name: Build yanic
36
run: go build -ldflags "-X github.com/FreifunkBremen/yanic/cmd.VERSION=${{ inputs.yanic-version }}" -v -o yanic
37
working-directory: ./yanic/
38
+ env:
39
+ CGO_ENABLED: 0
40
41
- name: Login to GitHub Container Registry
42
uses: docker/login-action@v3
0 commit comments