Skip to content

Commit

Permalink
set CGO_ENABLED=0 for releaser
Browse files Browse the repository at this point in the history
  • Loading branch information
RoryQ committed Sep 2, 2020
1 parent a9d7e89 commit e994a47
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@ on:
release:
types: [created]

env:
CGO_ENABLED: 0

jobs:
release-linux-amd64:
name: release linux/amd64
Expand Down

0 comments on commit e994a47

Please sign in to comment.