Skip to content

Commit

Permalink
Added CGO_ENABLED environment variable
Browse files Browse the repository at this point in the history
  • Loading branch information
bovem committed Jan 7, 2024
1 parent 81d4531 commit 71520a4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ jobs:
echo "GOARCH=$GOARCH" >> $GITHUB_ENV
- name: Build
run: |
go build -o "$BINARY_NAME" -v
CGO_ENABLED=0 go build -o "$BINARY_NAME" -v
- name: Release Notes
run:
git log $(git describe HEAD~ --tags --abbrev=0)..HEAD --pretty='format:* %h %s%n * %an <%ae>' --no-merges >> ".github/RELEASE-TEMPLATE.md"
Expand Down

0 comments on commit 71520a4

Please sign in to comment.