Skip to content

Commit 3c588ba

Browse files
committed
ci: set CGO_ENABLED=0 during yanic build
1 parent 8283a8d commit 3c588ba

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/build-release.yaml

+2
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,8 @@ jobs:
3535
- name: Build yanic
3636
run: go build -ldflags "-X github.com/FreifunkBremen/yanic/cmd.VERSION=${{ inputs.yanic-version }}" -v -o yanic
3737
working-directory: ./yanic/
38+
env:
39+
CGO_ENABLED: 0
3840

3941
- name: Login to GitHub Container Registry
4042
uses: docker/login-action@v3

0 commit comments

Comments
 (0)