Skip to content

Commit

Permalink
ci: disable CGO_ENABLED when building binary
Browse files Browse the repository at this point in the history
  • Loading branch information
j75689 authored and brilliant-lx committed Feb 2, 2023
1 parent 0f744c7 commit 176ab95
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/pre-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,8 @@ jobs:
# ==============================

- name: Build Binary for ${{matrix.os}}
env:
CGO_ENABLED: "0"
run: make geth

# ==============================
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,8 @@ jobs:
# ==============================

- name: Build Binary for ${{matrix.os}}
env:
CGO_ENABLED: "0"
run: make geth

# ==============================
Expand Down

0 comments on commit 176ab95

Please sign in to comment.