ci: disable CGO_ENABLED when building binary
This commit is contained in:
parent
0f744c7f73
commit
176ab95ee5
2
.github/workflows/pre-release.yml
vendored
2
.github/workflows/pre-release.yml
vendored
@ -44,6 +44,8 @@ jobs:
|
||||
# ==============================
|
||||
|
||||
- name: Build Binary for ${{matrix.os}}
|
||||
env:
|
||||
CGO_ENABLED: "0"
|
||||
run: make geth
|
||||
|
||||
# ==============================
|
||||
|
2
.github/workflows/release.yml
vendored
2
.github/workflows/release.yml
vendored
@ -44,6 +44,8 @@ jobs:
|
||||
# ==============================
|
||||
|
||||
- name: Build Binary for ${{matrix.os}}
|
||||
env:
|
||||
CGO_ENABLED: "0"
|
||||
run: make geth
|
||||
|
||||
# ==============================
|
||||
|
Loading…
Reference in New Issue
Block a user